export declare class RegisterDto {
    email: string;
    password: string;
    displayName?: string;
}
