import { type LogLevelName } from './types'; export declare const getLogLevelName: (numericLogLevel: number) => LogLevelName; //# sourceMappingURL=getLogLevelName.d.ts.map