/**
 * Returns the URL of the edge functions bootstrap entry file.
 *
 * @returns {Promise<string>}
 */
export declare const getURL: () => Promise<string>;
