export declare const iFtsoInflationConfigurationsAbi: readonly [{ readonly type: "function"; readonly inputs: readonly [{ readonly name: "_index"; readonly internalType: "uint256"; readonly type: "uint256"; }]; readonly name: "getFtsoConfiguration"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "struct IFtsoInflationConfigurations.FtsoConfiguration"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "feedIds"; readonly internalType: "bytes"; readonly type: "bytes"; }, { readonly name: "inflationShare"; readonly internalType: "uint24"; readonly type: "uint24"; }, { readonly name: "minRewardedTurnoutBIPS"; readonly internalType: "uint16"; readonly type: "uint16"; }, { readonly name: "primaryBandRewardSharePPM"; readonly internalType: "uint24"; readonly type: "uint24"; }, { readonly name: "secondaryBandWidthPPMs"; readonly internalType: "bytes"; readonly type: "bytes"; }, { readonly name: "mode"; readonly internalType: "uint16"; readonly type: "uint16"; }]; }]; readonly stateMutability: "view"; }, { readonly type: "function"; readonly inputs: readonly []; readonly name: "getFtsoConfigurations"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "struct IFtsoInflationConfigurations.FtsoConfiguration[]"; readonly type: "tuple[]"; readonly components: readonly [{ readonly name: "feedIds"; readonly internalType: "bytes"; readonly type: "bytes"; }, { readonly name: "inflationShare"; readonly internalType: "uint24"; readonly type: "uint24"; }, { readonly name: "minRewardedTurnoutBIPS"; readonly internalType: "uint16"; readonly type: "uint16"; }, { readonly name: "primaryBandRewardSharePPM"; readonly internalType: "uint24"; readonly type: "uint24"; }, { readonly name: "secondaryBandWidthPPMs"; readonly internalType: "bytes"; readonly type: "bytes"; }, { readonly name: "mode"; readonly internalType: "uint16"; readonly type: "uint16"; }]; }]; readonly stateMutability: "view"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iFtsoInflationConfigurationsAbi}__ */ export declare const useReadIFtsoInflationConfigurations: import("wagmi/codegen").CreateUseReadContractReturnType; //# sourceMappingURL=IFtsoInflationConfigurations.d.ts.map