UNPKG

behemoth-cli

Version:

🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI

21 lines 654 B
export declare class ConfigManager { private configPath; constructor(); private ensureConfigDir; setApiKey(apiKey: string): void; addApiKey(apiKey: string): void; getApiKey(): string | null; getApiKeys(): string[]; setCurrentKeyIndex(index: number): void; getCurrentKeyIndex(): number | null; getDefaultModel(): string | null; setN8nConfig(url: string, apiKey: string): void; getN8nConfig(): { url: string; apiKey: string; } | null; setDefaultModel(model: string): void; getCurrentApiKey(): string | null; rotateApiKey(): void; } //# sourceMappingURL=local-settings.d.ts.map