import { EthereumTransactionAction, EthereumDecomposeReturn } from './models'; /** Decompose a transaction action to determine its standard action type (if any) and retrieve its data */ export declare function decomposeAction(action: EthereumTransactionAction): Promise;