import { BaseTypedef } from '../base.typedef'; export declare class Email extends BaseTypedef { data: object; name: string; fromEmail: string; subject: string; key: string; nameEmail: string; content: string; isActive: boolean; ordering: number; } export declare class EmailDetail extends Email { } declare const EmailListReponse_base: any; export declare class EmailListReponse extends EmailListReponse_base { } export {}; //# sourceMappingURL=email.typedef.d.ts.map