JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
export type LogLevelId = 'silent' | 'error' | 'warn' | 'debug'; export declare function debug(logLevel: LogLevelId, ...messages: any[]): void; export declare function warn(logLevel: LogLevelId, warning: string | Error): void;