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