import { EmailLogEntity } from "./EmailLogEntity";
export declare class SmtpLogs {
    log: Array<EmailLogEntity>;
}
