import { InstrumentationBase, InstrumentationConfig } from '@opentelemetry/instrumentation';
export declare class CoralogixResourcesInstrumentation extends InstrumentationBase {
    private resourcesObserver;
    private ignoreUrls;
    constructor(config: InstrumentationConfig);
    private registerToResources;
    private isProcessableResourceEntry;
    private isResourceIgnored;
    private mapResource;
    private createSpanFromResource;
    enable(): void;
    disable(): void;
    protected init(): void;
}
