import type { DefaultInstrumentationsOptions, InstrumentationOption } from './types';
export declare function getDefaultOTELInstrumentations(options?: DefaultInstrumentationsOptions): InstrumentationOption[];
