export declare type EsquemaTrabajo = { horaInicio: string; horaFin: string; dias: number[]; }; export declare type DataMail = { mail: string; subject: string; body: string; }; export declare type AuthMail = { user: string; passwd: string; host: string; port: string; };