import type { Instrumentation } from '@grafana/faro-core'; import type { GetWebInstrumentationsOptions } from './types'; export declare function getWebInstrumentations(options?: GetWebInstrumentationsOptions): Instrumentation[];