/** * The object for `web3.abi` */ declare const _default: { encodeEventSignature: (functionName: string | import("@theqrl/web3-types").AbiEventFragment) => string; encodeFunctionCall: (jsonInterface: import("@theqrl/web3-types").AbiFunctionFragment, params: unknown[]) => string; encodeFunctionSignature: (functionName: string | import("@theqrl/web3-types").AbiFunctionFragment) => string; encodeParameter: (abi: import("@theqrl/web3-types").AbiInput, param: unknown) => string; encodeParameters: (abi: ReadonlyArray, params: unknown[]) => string; decodeParameter: (abi: import("@theqrl/web3-types").AbiInput, bytes: import("@theqrl/web3-types").HexString) => unknown; decodeParameters: (abi: import("@theqrl/web3-types").AbiInput[], bytes: import("@theqrl/web3-types").HexString) => { [key: string]: unknown; __length__: number; }; decodeLog: (inputs: Array, data: import("@theqrl/web3-types").HexString, topics: string | string[]) => ReturnType; }; export default _default; //# sourceMappingURL=abi.d.ts.map