export declare class ArchiveRegistrationDto {
    registrationIds: number[];
}
