import { LogLevel } from 'consola'; /** * Parses a log level config string into tags and log levels. * * ex: `*:warn,peernetwork:info` * @param logLevelConfig A log level config string. */ export declare const parseLogLevelConfig: (logLevelConfig: string) => ReadonlyArray<[string, LogLevel]>; //# sourceMappingURL=logLevelParser.d.ts.map