import type { SDKControl, SDKInitConfig } from './types.js';
export declare const initSDK: ({ appID, appVersion, templateBundleID, resource, spanExporters, logExporters, spanProcessors, propagator, defaultInstrumentationConfig, instrumentations, contextManager, logProcessors, logLevel, diagLogger, }?: SDKInitConfig) => SDKControl | false;
//# sourceMappingURL=initSDK.d.ts.map