/** * Resolve the CLI project root without touching getcwd when the Studio shell * has already provided an absolute workspace. This keeps the packaged Bun * sidecar away from flaky external-volume cwd resolution during app launch. */ export declare function resolveCliProjectRoot(env?: NodeJS.ProcessEnv): string;