import { BaseInstrumentation } from '@grafana/faro-web-sdk';
import type { TracingInstrumentationOptions } from './types';
export declare class TracingInstrumentation extends BaseInstrumentation {
    private options;
    name: string;
    version: string;
    static SCHEDULED_BATCH_DELAY_MS: number;
    constructor(options?: TracingInstrumentationOptions);
    initialize(): void;
    private getIgnoreUrls;
}
