import { Result } from '@ethersproject/abi';
/**
 *
 * @param decodedFunctionData response from ethers Interface.decodeFunctionData (mixed typed index array)
 * @returns a javascript rappresentation of the arrays / objects / values passed in the calldata
 */
export declare function getValueFromDecodedFunctionData(decodedFunctionData: Result): unknown;
export declare function extractCustomFields(doc: Result): {};
