import type { Chain } from '../chain'; import { AddChainParameter } from './types'; export declare function fromChain(chain: Chain): AddChainParameter;