import { LogLevel } from '../types'; export declare const mapLogLevel: (level: LogLevel | keyof typeof LogLevel) => LogLevel;