import { Chain, Client, Swap, Wallet } from '@chainify/client'; import { ChainifyNetwork } from '../../types'; import { NearTypes } from '@chainify/near'; import { TerraTypes } from '@chainify/terra'; import { AccountInfo, ClientSettings } from '../../store/types'; import { Network } from '@chainify/types'; export declare function createBtcClient(settings: ClientSettings, mnemonic: string, accountInfo: AccountInfo): Client, Wallet, Swap>>; export declare function createNearClient(settings: ClientSettings, mnemonic: string, accountInfo: AccountInfo): Client, Wallet, Swap>>; export declare function createTerraClient(settings: ClientSettings, mnemonic: string, accountInfo: AccountInfo): Client, Wallet, Swap>>; export declare function createSolanaClient(settings: ClientSettings, mnemonic: string, accountInfo: AccountInfo): Client, Wallet, Swap>>;