/** Per-user state directory. Cached at module-eval time. */ export declare const AGIM_HOME: string; /** Per-agent workspace tree. Cached at module-eval time. */ export declare const AGIM_WORKSPACES: string; /** Compatibility shim for older call sites; Agim now has a single home mode. */ export declare function isLegacyHome(): boolean; //# sourceMappingURL=agim-paths.d.ts.map