export declare const configCommand: { set(key: string, value: string): Promise; get(key: string): Promise; list(): Promise; reset(key?: string): Promise; }; //# sourceMappingURL=config.d.ts.map