export declare class OtelConfig { enabled: boolean; exporterEndpoint: string; exporterTracingPath: string; exporterHeaders: string; exporterServiceName: string; tracesSampleRate: number; startupConnectivityTimeoutMs: number; includeNodeSpans: boolean; injectOutbound: boolean; productionExecutionsOnly: boolean; }