import { ChainInfo } from "./types"; export type ChainMap = Record; /** * Sources: * - https://github.com/cosmology-tech/chain-registry/blob/main/packages/chain-registry/src/chains.ts * - https://github.com/cosmos/chain-registry/blob/master/testnets */ export declare const COSMOS_CHAIN_INFOS: ChainMap; //# sourceMappingURL=chains.d.ts.map