export declare class CambiarContrasenaViewModel { email: string; transactionId: number; constructor(email: string, transactionId: number); }