import type { Instrumentation } from '@opentelemetry/instrumentation';
import type { DefaultInstrumenationConfig } from './types.js';
export declare const setupDefaultInstrumentations: (config?: DefaultInstrumenationConfig) => Instrumentation[];
//# sourceMappingURL=setupDefaultInstrumentations.d.ts.map