export declare const iAddressValidityVerificationAbi: readonly [{ readonly type: "function"; readonly inputs: readonly [{ readonly name: "_proof"; readonly internalType: "struct IAddressValidity.Proof"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "merkleProof"; readonly internalType: "bytes32[]"; readonly type: "bytes32[]"; }, { readonly name: "data"; readonly internalType: "struct IAddressValidity.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 IAddressValidity.RequestBody"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "addressStr"; readonly internalType: "string"; readonly type: "string"; }]; }, { readonly name: "responseBody"; readonly internalType: "struct IAddressValidity.ResponseBody"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "isValid"; readonly internalType: "bool"; readonly type: "bool"; }, { readonly name: "standardAddress"; readonly internalType: "string"; readonly type: "string"; }, { readonly name: "standardAddressHash"; readonly internalType: "bytes32"; readonly type: "bytes32"; }]; }]; }]; }]; readonly name: "verifyAddressValidity"; readonly outputs: readonly [{ readonly name: "_proved"; readonly internalType: "bool"; readonly type: "bool"; }]; readonly stateMutability: "view"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iAddressValidityVerificationAbi}__ */ export declare const useReadIAddressValidityVerification: import("wagmi/codegen").CreateUseReadContractReturnType; //# sourceMappingURL=IAddressValidityVerification.d.ts.map