import winston from 'winston'; import type { PkgIdentifier } from '../types.mjs'; export type LogLevel = 'event' | 'emergency' | 'alert' | 'critical' | 'error' | 'warn' | 'notice' | 'info' | 'debug'; type AllLogLevel = LogLevel | 'event'; export declare const logLevelMap: Record; export declare const mainLogger: winston.Logger; export declare function getChildLogger(pkgId: PkgIdentifier): winston.Logger; export {}; //# sourceMappingURL=init-logger.d.mts.map