export declare const configFilePath: string; export declare function getConfig(key?: string): Promise; export declare function setConfig(key: string, value: string): Promise; export declare function deleteConfig(key: string): Promise; //# sourceMappingURL=config.d.ts.map