export declare function validateLogLevel(value: unknown): asserts value is "trace" | "debug" | "info" | "warn" | "error" | "fatal";
