import { Models } from '@open-rights-exchange/chain-js'; import { EosChainActionType, EosActionStruct } from './models'; /** Compose an object for a chain contract action */ export declare function composeAction(chainActionType: Models.ChainActionType | EosChainActionType, args: any): Promise; /** Compose an an array of objects for a chain contract action */ export declare function composeActions(chainActionType: Models.ChainActionType | EosChainActionType, args: any): Promise;