import { NoopSpanProcessor, type Span } from "@opentelemetry/sdk-trace-base";
/** Processor that adds span attributes based on the current URL in browsers */
export declare class LocationProcessor extends NoopSpanProcessor {
    onStart(span: Span): void;
}
//# sourceMappingURL=location.d.ts.map