import loglevel, { type LogLevelNames } from 'loglevel'; export declare function getLogger(level: LogLevelNames): { info: (msg: string) => void; warn: (msg: string) => void; error: (msg: string) => void; debug: (msg: string) => void; raw: loglevel.RootLogger; };