import { LogLevel } from "@scramjet/types"; export declare const isLogLevel: (lvl: string) => lvl is LogLevel;