import { InstrumentationBase, InstrumentationConfig } from '@opentelemetry/instrumentation';
export declare class CoralogixLongTaskInstrumentation extends InstrumentationBase {
    private longTaskObserver;
    constructor(config: InstrumentationConfig);
    private registerToLongTasks;
    private createSpanFromLongTask;
    enable(): void;
    disable(): void;
    protected init(): void;
}
