export declare class RequestPasswordResetDTO { email: string; } export declare class PasswordResetDTO { token: string; password: string; }