/** * Canonicalize an origin-form request path. URL resolution APIs interpret a * leading `//` as an authority, so proxy boundaries retain exactly one leading * slash before using the path in redirects or upstream targets. */ export declare function normalizeProxyOriginFormPath(pathname: string): string; //# sourceMappingURL=request-path.d.ts.map