import { readPersistedSetupPreferencesSync, readPersistedSetupScopeSync } from "./setup-preferences.js"; export declare const readPersistedSetupPreferences: typeof readPersistedSetupPreferencesSync; export declare const readPersistedSetupScope: typeof readPersistedSetupScopeSync; export declare function resolveProjectLocalCodexHomeForLaunch(cwd: string, env?: NodeJS.ProcessEnv): string | undefined; export declare function resolveCodexHomeForLaunch(cwd: string, env?: NodeJS.ProcessEnv): string | undefined; export declare function resolveCodexConfigPathForLaunch(cwd: string, env?: NodeJS.ProcessEnv): string; //# sourceMappingURL=codex-home.d.ts.map