export declare class RegistrationDataDto {
    first_name: string;
    confirmation_link: string;
}
