export declare class RestablecerContrasenaViewModel { email: string; transactionId: any; constructor(email: string, transactionId: any); }