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