import { ChainWalletBase } from '../../bases';
import { ChainRecord, Wallet } from '../../types';
export declare class ChainWalletCosmiframe extends ChainWalletBase {
    constructor(walletInfo: Wallet, chainInfo: ChainRecord);
}
