import { DiagLogLevel } from '@opentelemetry/api';
/**
 * Convert a string to a {@link DiagLogLevel}, defaults to {@link DiagLogLevel} if the log level does not exist or undefined if the input is undefined.
 * @param value
 */
export declare function diagLogLevelFromString(value: string | undefined): DiagLogLevel | undefined;
//# sourceMappingURL=configuration.d.ts.map