export declare const iipChainStakeMirrorVerifierAbi: readonly [{ readonly type: "function"; readonly inputs: readonly [{ readonly name: "_stakeData"; readonly internalType: "struct IPChainStakeMirrorVerifier.PChainStake"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "txId"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "stakingType"; readonly internalType: "uint8"; readonly type: "uint8"; }, { readonly name: "inputAddress"; readonly internalType: "bytes20"; readonly type: "bytes20"; }, { readonly name: "nodeId"; readonly internalType: "bytes20"; readonly type: "bytes20"; }, { readonly name: "startTime"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "endTime"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "weight"; readonly internalType: "uint64"; readonly type: "uint64"; }]; }, { readonly name: "_merkleProof"; readonly internalType: "bytes32[]"; readonly type: "bytes32[]"; }]; readonly name: "verifyStake"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "bool"; readonly type: "bool"; }]; readonly stateMutability: "view"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iipChainStakeMirrorVerifierAbi}__ */ export declare const useReadIipChainStakeMirrorVerifier: import("wagmi/codegen").CreateUseReadContractReturnType; //# sourceMappingURL=IIPChainStakeMirrorVerifier.d.ts.map