import { EcosystemConfig } from '../types/index.js'; export declare function getUserHome(): string; export declare function getDefaultAgentDir(): string; export declare function getDefaultAgentFile(): string; export declare function createAgentDir(path: string): string; export declare function createAgentConfig(filePath: string): Promise; export declare function ensureDefaultAgentDir(): string; export declare function getAgentConfigPath(): string; export declare const getConfigAsObject: (path: string) => any; export declare const getConfigAsString: (path: string) => string; export declare function writeConfigObject(config: any, path: string): void; export declare function getGXConfigOptions(agentPath: string): any; export declare function getEcosystemConfigObjects(agentPath: string): EcosystemConfig[]; export declare function getEcosystemConfigObject(agentPath: string, name: string): EcosystemConfig | undefined; export declare function assertValidEcosystemConfigObject(ecosystemConfig: EcosystemConfig): void; export declare function normalizeEcosystemConfigurationObject(ecosystemConfig: EcosystemConfig): EcosystemConfig; export declare function addEcosystemConfigObject(agentPath: string, newEcosystem: EcosystemConfig): void; export declare function deleteEcosystemConfigObject(agentPath: string, ecosystemName: string): void; //# sourceMappingURL=config-utils.d.ts.map