declare const wallet_type: { NONE: number; METAMASK: number; WALLETCONNECT: number; ALGOSIGNER: number; COINBASE: number; }; declare const local_storage_key: { KEY_WALLET_TYPE: string; KEY_WALLET: string; KEY_CONNECTED: string; KEY_WALLETS: string; }; declare const fraction_digits: { ETHEREUM: number; }; declare const wallet_errors: { CONNECTION_REJECTED: string; TRANSACTION_PENDING: string; TRANSACTION_REJECTED: string; USER_REJECTED: string; BALANCE_BELOW_MIN: string; ASSERT_MINT: string; NOT_ENOUGH_BALANCE_ALGO: string; NOT_ENOUGH_BALANCE: string; MAX_WALLET_LIMIT: string; NOT_MINED: string; MINT_PRICE: string; SALES_FINISHED: string; SALES_NOT_STARTED: string; SALES_NOT_EXIST: string; SALES_SOLDOUT: string; COLLECTION_SOLDOUT: string; MAX_MINT_ALLOWED: string; INVALID_SIGNATURE: string; }; declare const isIframe: boolean; export { wallet_type, local_storage_key, fraction_digits, wallet_errors, isIframe }; //# sourceMappingURL=index.d.ts.map