export declare class RegisterAuthDto {
    first_name: string;
    last_name: string;
    phone: string;
    email: string;
    password: string;
}
