import type { Config, GetFeeHistoryErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type GetFeeHistoryData, type GetFeeHistoryOptions } from '@wagmi/core/query'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseFeeHistoryParameters = Compute & ConfigParameter>; export type UseFeeHistoryReturnType = UseQueryReturnType; /** https://wagmi.sh/react/api/hooks/useFeeHistory */ export declare function useFeeHistory(parameters?: UseFeeHistoryParameters): UseFeeHistoryReturnType; //# sourceMappingURL=useFeeHistory.d.ts.map