KnownChains: {
    agoric: {
        info: CosmosChainInfo;
        methods: {
            interceptTransfer: ((tap?) => Promise<void>);
        };
    };
    celestia: {
        info: CosmosChainInfo;
        methods: IcaAccount & ICQConnection & StakingAccountActions & StakingAccountQueries;
    };
    cosmos: {
        info: CosmosChainInfo;
        methods: IcaAccount & ICQConnection & StakingAccountActions & StakingAccountQueries;
    };
    osmosis: {
        info: CosmosChainInfo;
        methods: IcaAccount & ICQConnection & StakingAccountActions & StakingAccountQueries;
    };
    stride: {
        info: CosmosChainInfo;
        methods: IcaAccount & ICQConnection & StakingAccountActions & StakingAccountQueries & LiquidStakingMethods;
    };
}

Type declaration