import { AccountData, Secp256k1HdWallet } from '@cosmjs/amino'; export declare const promptOsmoWallet: (argv: any) => Promise; export declare const promptCosmosChainWallet: (chain: any, argv: any) => Promise; export declare const promptWalletOfToken: (argv: any) => Promise; export declare const promptAccountOfToken: (argv: any) => Promise;