import Core from "./Core";
export default class LoggerInformationCore implements Core {
    private constructor();
    private static instance;
    static getInstance(): LoggerInformationCore;
    private logger;
    getObjectConfig(): any;
    cleanObjects(): void;
    showLogs(): void;
}
