export * from './mainnet/named';
export * from './testnet/named';
export * from './devnet/named';
export * from './noncosmos/named';
import all from './index';
export default all;
declare const assets: AssetList[], chains: Chain[], ibc: IBCInfo[];
export { assets, chains, ibc };