import type { BrowserWallet, WalletModuleFactory } from '@near-wallet-selector/core'; interface BitteWalletSetup { callbackUrl?: string; successUrl?: string; walletUrl?: string; failureUrl?: string; deprecated?: boolean; contractId?: string; lak?: boolean; } export declare function setupBitteWallet({ walletUrl, deprecated, successUrl, failureUrl, callbackUrl, contractId, }?: BitteWalletSetup): WalletModuleFactory; export {}; //# sourceMappingURL=bitte-wallet-setup.d.ts.map