export declare const getFetchURL: (headers: Request["headers"], path: string) => URL; /** * Get the site URL either from the production deployment environment variables or * from the local environment variables during the development phase. * @returns {null|string} Returns either the site URL or null if url is malformed or not set */ export declare const getSiteURL: () => URL; //# sourceMappingURL=utils.d.ts.map