import { Chain } from '@polkadot-api/smoldot'; import { JsonRpcProvider } from '@polkadot-api/json-rpc-provider'; declare const getSmProvider: (getChain: () => Chain | Promise) => JsonRpcProvider; export { getSmProvider };