import { LogLevel } from '../logger.service'; /** * @publicApi */ export declare function isLogLevel(maybeLogLevel: any): maybeLogLevel is LogLevel;