import type { LogLevel } from './LogLevel';
export declare function getMinLogLevelFromEnv(name: string): LogLevel | undefined;
