type GetBackendUrlProps = { routePath?: string; }; /** * Use this function in your frontend code to automatically get the correct URL for your backend API in both local and deployed environments * @param param0 { path: string } * @returns */ export declare function getBackendUrl({ routePath }?: GetBackendUrlProps): URL; export {}; //# sourceMappingURL=get-bun-spa-backend.d.ts.map