import { InProgressSpan } from "../../utils/otel";
export declare const HTTP_METHOD_OTHER = "_OTHER";
export declare function isWellKnownHttpMethod(method: string): boolean;
export declare function addResourceNetworkEvents(span: InProgressSpan, resource: PerformanceResourceTiming): void;
export declare function addResourceSize(span: InProgressSpan, resource: PerformanceResourceTiming): void;
