import { SingleTokenInfo } from '../vendor'; export declare function storeWalletNftToIDB(walletAddress: string, tokens: SingleTokenInfo[]): Promise; export declare function retrieveWalletNftFromIDB(walletAddress: string): Promise; export declare function deleteCandyShopIDB(): Promise;