export declare function getValue(key: string): Promise; export declare function setValue(key: string, data: any): Promise;