/** * Reduce a request path to something safe to report: no query string (it carries tokens), no * identifiers (they explode cardinality and can be customer data), bounded length. */ export declare function normalizeFetchPath(pathname: string): string; //# sourceMappingURL=normalize-path.d.ts.map