import { IError } from "../../../../public-api";
import { Logs } from "./logs-geral";
export declare class RetLogsGeral implements IError {
    Error: boolean;
    ErrorMessage: string;
    LogsGeral: Logs[];
    Count: number;
}
