import { _ChainInfo } from '@soul-wallet/chain-list/types'; import { Registry } from '@polkadot/types/types'; import { HexString } from '@polkadot/util/types'; export declare const createRegistry: (chain: _ChainInfo, rawMetadata: HexString) => Registry;