export declare const iConfirmedBlockHeightExistsVerificationAbi: readonly [{ readonly type: "function"; readonly inputs: readonly [{ readonly name: "_proof"; readonly internalType: "struct IConfirmedBlockHeightExists.Proof"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "merkleProof"; readonly internalType: "bytes32[]"; readonly type: "bytes32[]"; }, { readonly name: "data"; readonly internalType: "struct IConfirmedBlockHeightExists.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 IConfirmedBlockHeightExists.RequestBody"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "blockNumber"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "queryWindow"; readonly internalType: "uint64"; readonly type: "uint64"; }]; }, { readonly name: "responseBody"; readonly internalType: "struct IConfirmedBlockHeightExists.ResponseBody"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "blockTimestamp"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "numberOfConfirmations"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "lowestQueryWindowBlockNumber"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "lowestQueryWindowBlockTimestamp"; readonly internalType: "uint64"; readonly type: "uint64"; }]; }]; }]; }]; readonly name: "verifyConfirmedBlockHeightExists"; readonly outputs: readonly [{ readonly name: "_proved"; readonly internalType: "bool"; readonly type: "bool"; }]; readonly stateMutability: "view"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iConfirmedBlockHeightExistsVerificationAbi}__ */ export declare const useReadIConfirmedBlockHeightExistsVerification: import("wagmi/codegen").CreateUseReadContractReturnType; //# sourceMappingURL=IConfirmedBlockHeightExistsVerification.d.ts.map