import type { Config, EstimateMaxPriorityFeePerGasErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type EstimateMaxPriorityFeePerGasData, type EstimateMaxPriorityFeePerGasOptions } from '@wagmi/core/query'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseEstimateMaxPriorityFeePerGasParameters = Compute & ConfigParameter>; export type UseEstimateMaxPriorityFeePerGasReturnType = UseQueryReturnType; /** https://wagmi.sh/react/api/hooks/useEstimateMaxPriorityFeePerGas */ export declare function useEstimateMaxPriorityFeePerGas(parameters?: UseEstimateMaxPriorityFeePerGasParameters): UseEstimateMaxPriorityFeePerGasReturnType; //# sourceMappingURL=useEstimateMaxPriorityFeePerGas.d.ts.map