export interface VessConfig { gatewayUrl: string; /** @deprecated Use KeyManager for session token storage. Kept for migration. */ deviceSessionToken?: string; defaultProjectId?: string; rootDid?: string; } export declare function loadConfig(configPath: string): VessConfig; export declare function saveConfig(configPath: string, config: VessConfig): void; //# sourceMappingURL=config.d.ts.map