/** * Normalizes URLs to the form used when matching them. * * This accepts URLs in all three formats: relative, absolute, and protocolless-absolute, * and returns them in the same format but normalized. */ export declare const normalizeUrl: (url: string) => string; //# sourceMappingURL=normalize-url.d.ts.map