/** * Default persistent state directory for the plugin when stateDir is not configured. * Used so registry and strategy state survive restarts and are not tied to process.cwd(). */ /** * Resolve the default plugin state directory: ~/.openclaw/senpi-state. * Falls back to process.cwd() if homedir is not available (e.g. some containers). */ export declare function getDefaultStateDir(): string; //# sourceMappingURL=default-state-dir.d.ts.map