import { LogLevel } from './LogLevel'; declare const isLogLevel: (name: any) => name is LogLevel; export { isLogLevel };