UNPKG

@dharshansr/gitgenius

Version:

AI-powered commit message generator with enhanced features

18 lines 565 B
import { ConfigOptions } from '../types.js'; export declare class ConfigManager { private config; constructor(); handleConfig(key?: string, value?: string, options?: ConfigOptions): Promise<void>; private resetConfig; private listConfig; private setConfigInteractive; private setApiKey; private setProvider; private setModel; private setConfig; setConfigValue(key: string, value: any): void; getConfig(key: string): any; hasApiKey(): boolean; getApiKey(): string; } //# sourceMappingURL=ConfigManager.d.ts.map