import { BatchSpanProcessorBase } from '../../../export/BatchSpanProcessorBase';
import type { BatchSpanProcessorBrowserOptions } from '../../../types';
export declare class BatchSpanProcessor extends BatchSpanProcessorBase<BatchSpanProcessorBrowserOptions> {
    private _visibilityChangeListener?;
    private _pageHideListener?;
    constructor(options: BatchSpanProcessorBrowserOptions);
    private onInit;
    protected onShutdown(): void;
}
//# sourceMappingURL=BatchSpanProcessor.d.ts.map