import { ILogger } from 'pandora-service-logger';
export declare const consoleLogger: any;
export declare function getPandoraLogsDir(): any;
export declare function getDaemonLogger(): ILogger;
export declare function getDaemonStdoutLogPath(): string;
export declare function getDaemonLogPath(): string;
export declare function createAppLogger(appName: any, logName: any): any;
export declare function getAppLogDir(appName: any): string;
export declare function getAppLogPath(appName: any, logName: any): string;
export declare function removeEOL(str: string): string;
export declare function backupLog(file: any, newName?: any): Promise<void>;
export declare function yyyymmdd(date: any, sp: any): string;
