export declare class RegisterDto {
    email: string;
    password: string;
    phone: string;
    username: string;
    avatar?: string;
}
