/** * Resolve the Reconstruct web app base URL for CLI (auth polling, authenticated API). * Prefer explicit env; fall back to .env.local when developing in the monorepo. */ export declare function resolveAppBaseUrl(): string; //# sourceMappingURL=app-url.d.ts.map