export declare const iFdcInflationConfigurationsAbi: readonly [{ readonly type: "function"; readonly inputs: readonly [{ readonly name: "_index"; readonly internalType: "uint256"; readonly type: "uint256"; }]; readonly name: "getFdcConfiguration"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "struct IFdcInflationConfigurations.FdcConfiguration"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "attestationType"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "source"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "inflationShare"; readonly internalType: "uint24"; readonly type: "uint24"; }, { readonly name: "minRequestsThreshold"; readonly internalType: "uint8"; readonly type: "uint8"; }, { readonly name: "mode"; readonly internalType: "uint224"; readonly type: "uint224"; }]; }]; readonly stateMutability: "view"; }, { readonly type: "function"; readonly inputs: readonly []; readonly name: "getFdcConfigurations"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "struct IFdcInflationConfigurations.FdcConfiguration[]"; readonly type: "tuple[]"; readonly components: readonly [{ readonly name: "attestationType"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "source"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "inflationShare"; readonly internalType: "uint24"; readonly type: "uint24"; }, { readonly name: "minRequestsThreshold"; readonly internalType: "uint8"; readonly type: "uint8"; }, { readonly name: "mode"; readonly internalType: "uint224"; readonly type: "uint224"; }]; }]; readonly stateMutability: "view"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iFdcInflationConfigurationsAbi}__ */ export declare const useReadIFdcInflationConfigurations: import("wagmi/codegen").CreateUseReadContractReturnType; //# sourceMappingURL=IFdcInflationConfigurations.d.ts.map