import { Logger } from 'winston';
export default class LoggerFactory {
    private static _winstonLogger;
    static getLogger(): Logger;
}
//# sourceMappingURL=Logger.d.ts.map