import { KeyValue } from "../../types/otlp";
type Options = {
    url?: string | URL;
};
export declare function addCommonAttributes(attributes: KeyValue[], options?: Options): void;
export {};
