import type { BrowserWallet, WalletBehaviourFactory } from '@near-wallet-selector/core'; export declare enum TransactionSuccessEnum { MINT = "mint", TRANSFER = "transfer", BURN = "burn", DEPLOY_STORE = "deploy-store", MAKE_OFFER = "make-offer", REVOKE_MINTER = "revoke-minter", ADD_MINTER = "add-minter", TRANSFER_STORE_OWNERSHIP = "transfer-store-ownership", AUCTION_LIST = "list", SIMPLE_SALE_LIST = "simple-sale-list", UNLIST = "unlist", TAKE_OFFER = "take-offer", WITHDRAW_OFFER = "withdraw-offer" } export type CallBackArgs = { args: Record; type: TransactionSuccessEnum; }; export declare const BitteWallet: WalletBehaviourFactory; //# sourceMappingURL=bitte-wallet.d.ts.map