export declare const getItemAsync: (key: string) => Promise; export declare const setItemAsync: (key: string, value: T) => Promise; export declare const removeItemAsync: (key: string) => Promise;