import type { Logger as WinstonLogger } from 'winston';
export declare class Logger {
    private static loggers;
    static getLogger(name?: string): WinstonLogger;
    static configure(level?: string, toConsole?: boolean, toFile?: string): void;
    static setDebug(debugLevel?: number): void;
}
export declare const logger: WinstonLogger;
//# sourceMappingURL=logging.d.ts.map