interface Config { api_key?: string; } export declare function getConfig(): Promise; export declare function saveConfig(config: Config): Promise; export declare function getApiKey(): Promise; export declare function saveApiKey(apiKey: string): Promise; export declare function getConfigPath(): string; export {}; //# sourceMappingURL=store.d.ts.map