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