import { KeyValue } from "../../types/otlp";
export declare function addUrlAttributes(attributes: KeyValue[], url: string | URL): void;
