export declare const iiTokenPoolAbi: readonly [{ readonly type: "function"; readonly inputs: readonly []; readonly name: "getTokenPoolSupplyData"; readonly outputs: readonly [{ readonly name: "_foundationAllocatedFundsWei"; readonly internalType: "uint256"; readonly type: "uint256"; }, { readonly name: "_totalInflationAuthorizedWei"; readonly internalType: "uint256"; readonly type: "uint256"; }, { readonly name: "_totalClaimedWei"; readonly internalType: "uint256"; readonly type: "uint256"; }]; readonly stateMutability: "view"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iiTokenPoolAbi}__ */ export declare const useReadIiTokenPool: import("wagmi/codegen").CreateUseReadContractReturnType; //# sourceMappingURL=IITokenPool.d.ts.map