import { Models } from '@open-rights-exchange/chain-js'; import { EthereumChainActionType, EthereumTransactionAction } from './models'; import { EthereumChainState } from './ethChainState'; /** Compose an object for a chain contract action */ export declare function composeAction(chainState: EthereumChainState, chainActionType: Models.ChainActionType | EthereumChainActionType, args: any): Promise;