declare const _default: { get(key?: string): Promise; set(key: any, value: any): Promise; setupConfig(): Promise; }; export default _default;