import Conf from 'conf'; import type { AgentConfig } from './types.js'; /** * Get config directory path - computed dynamically to support test isolation */ export declare function getConfigDir(): string; /** * Get config file path */ export declare function getConfigFile(): string; /** * User-level config store (development/non-root usage) * Uses Conf package for cross-platform user config storage */ export declare const userConfig: Conf; //# sourceMappingURL=storage.d.ts.map