import { LogLevel } from './enums/LogLevel.enum'; export declare const setLogLevel: (level: LogLevel) => void; export declare const getLogLevel: () => LogLevel; //# sourceMappingURL=logLevel.d.ts.map