/**
* Builds a JSDelivr URL for the specified module.
* @param {string} module - The name of the module.
* @returns {URL} The JSDelivr URL for the module.
*/
declare functionbuildJSDelivrUrl(module: string): URL | undefined;
export { buildJSDelivrUrl };