/** * Converts a URL to its basic form without a query string or fragment. If the resulting URL is the same as the * loader's origin URL, returns ''. * @param {string} url - The URL to be canonicalized. * @param {string} loaderOriginUrl - The origin URL of the agent loader, used for inline detection. * @returns {string} The canonicalized URL, or '' if the URL matches the loader origin URL. */ export function canonicalizeUrl(url: string): string; //# sourceMappingURL=canonicalize-url.d.ts.map