import { type Logger } from 'winston';
import { EventEmitter } from 'node:events';
export declare function instrumentLogger(logger: any, childOpts?: {}): void;
export declare function createLogger(workdir: string, eventBus?: EventEmitter): Logger;
//# sourceMappingURL=logger.d.ts.map