import { Models } from '@open-rights-exchange/chain-js'; /** Calls EosTokenApprove as default token template for Ethereum */ export declare const composeAction: ({ fromAccountName, toAccountName, amount, contractName, symbol, permission, }: Models.TokenApproveParams) => { account: Models.ChainEntityNameBrand; name: string; authorization: import("../../../models").EosActionAuthorizationStruct[]; data?: any; hex_data?: string; }; export declare const decomposeAction: (action: any) => Models.ActionDecomposeReturn;