import { type TelemetryConfig, type TelemetryRuntimeContext, TelemetryService } from './service.ts'; export declare function getGlobalTelemetry(): TelemetryService | null; export declare function initGlobalTelemetry(telemetryConfig: TelemetryConfig, telemetryContext: TelemetryRuntimeContext): Promise; export declare function removeGlobalTelemetry(flush?: boolean): void; //# sourceMappingURL=singleton.d.ts.map