export declare const iiIncentivePoolAllocationAbi: readonly [{ readonly type: "function"; readonly inputs: readonly []; readonly name: "getAnnualPercentageBips"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "uint256"; readonly type: "uint256"; }]; readonly stateMutability: "nonpayable"; }, { readonly type: "function"; readonly inputs: readonly []; readonly name: "getSharingPercentages"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "struct SharingPercentage[]"; readonly type: "tuple[]"; readonly components: readonly [{ readonly name: "incentivePoolReceiver"; readonly internalType: "contract IIIncentivePoolReceiver"; readonly type: "address"; }, { readonly name: "percentBips"; readonly internalType: "uint256"; readonly type: "uint256"; }]; }]; readonly stateMutability: "nonpayable"; }]; /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link iiIncentivePoolAllocationAbi}__ */ export declare const useWriteIiIncentivePoolAllocation: import("wagmi/codegen").CreateUseWriteContractReturnType; /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iiIncentivePoolAllocationAbi}__ */ export declare const useSimulateIiIncentivePoolAllocation: import("wagmi/codegen").CreateUseSimulateContractReturnType; //# sourceMappingURL=IIIncentivePoolAllocation.d.ts.map