import { LogLevel } from './constants';
export declare const getRecommendedMinimalLogLevelForEnvironment: () => LogLevel;
