/**
 * 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 function buildJSDelivrUrl(module: string): URL | undefined;

export { buildJSDelivrUrl };
