import { InstrumentationBase, InstrumentationConfig } from '@opentelemetry/instrumentation';
export declare class CoralogixScreenshotInstrumentation extends InstrumentationBase {
    constructor(config: InstrumentationConfig);
    protected init(): void;
    disable(): void;
    enable(): void;
    screenshot(id: string, description?: string): void;
}
