import { NodeSDK } from '@opentelemetry/sdk-node';
/**
 * Builds and returns a configured (but not yet started) NodeSDK instance using
 * the OTEL settings from `env`. Returns null when OTEL is disabled.
 */
export declare function buildOtelSdk(): NodeSDK | null;
