/** * @category Utils */ export declare const read: (result: number) => Promise; /** * @category Utils */ export declare function readKey(key: string): Promise; export declare const clearCache: () => Promise; /** * This function clears the local database * @category Utils */ export declare function clearDB(): Promise;