export declare class ForgotPasswordDto { email?: string; phone?: string; username?: string; }