import type { XDeFi } from '@/provider'; declare const getBTCConnectedWallets: (xDeFiProvider: XDeFi) => Promise; export { getBTCConnectedWallets };