import { OtelConfig } from '../types';
export declare function resolveOtelConfig(config: OtelConfig | undefined): Required<OtelConfig>;
