import { AddChainParams } from '@cosmostation/extension-client/types/message'; import { AssetList, Chain } from '@chain-registry/types'; import { ChainInfoOptions } from '../types'; export declare const getChainInfoCosmostation: (chain: Chain, assets: AssetList, options?: ChainInfoOptions) => AddChainParams;