export declare class Logs {
    Tenant_Id: number;
    Id: number;
    SessionId: number;
    InfraUsuarioLogado: string;
    NomeUsuarioLogado: string;
    DtHora: Date;
    DtHoraFim: Date;
    Modulo: string;
    Destinatario: string;
    CC: string;
    Assunto: string;
    EmailRemetente: string;
    NomeRemetente: string;
    MsgErro: string;
    QtdAnexo: number;
    Is_Error: boolean;
}
