import { Tracer } from '@opentelemetry/api'; export declare function initializeSDK(): void; export declare function getTracer(module_name: string): Tracer; /** * Force flush all pending trace exports. */ export declare function flushTraces(): Promise;