export declare class EmailLogEntity {
    log: string;
    time: string;
    event: string;
}
