import type { Wallet } from "../../../wallets/interfaces/wallet.js"; export declare function usePreloadWalletProviders({ wallets }: { wallets: Wallet[]; }): void; //# sourceMappingURL=usePreloadWalletProviders.d.ts.map