export declare const iJsonApiVerificationAbi: readonly [{ readonly type: "function"; readonly inputs: readonly [{ readonly name: "_proof"; readonly internalType: "struct IJsonApi.Proof"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "merkleProof"; readonly internalType: "bytes32[]"; readonly type: "bytes32[]"; }, { readonly name: "data"; readonly internalType: "struct IJsonApi.Response"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "attestationType"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "sourceId"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "votingRound"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "lowestUsedTimestamp"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "requestBody"; readonly internalType: "struct IJsonApi.RequestBody"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "url"; readonly internalType: "string"; readonly type: "string"; }, { readonly name: "postprocessJq"; readonly internalType: "string"; readonly type: "string"; }, { readonly name: "abi_signature"; readonly internalType: "string"; readonly type: "string"; }]; }, { readonly name: "responseBody"; readonly internalType: "struct IJsonApi.ResponseBody"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "abi_encoded_data"; readonly internalType: "bytes"; readonly type: "bytes"; }]; }]; }]; }]; readonly name: "verifyJsonApi"; readonly outputs: readonly [{ readonly name: "_proved"; readonly internalType: "bool"; readonly type: "bool"; }]; readonly stateMutability: "view"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iJsonApiVerificationAbi}__ */ export declare const useReadIJsonApiVerification: import("wagmi/codegen").CreateUseReadContractReturnType; //# sourceMappingURL=IJsonApiVerification.d.ts.map