import { IError } from "../../../../public-api";
import { Logs } from "./logs-geral";
export declare class RetLogGeral implements IError {
    Error: boolean;
    ErrorMessage: string;
    LogGeral: Logs;
}
