import type { Config, GetGasPriceErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type GetGasPriceData, type GetGasPriceOptions } from '@wagmi/core/query'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseGasPriceParameters = Compute & ConfigParameter>; export type UseGasPriceReturnType = UseQueryReturnType; /** https://wagmi.sh/react/api/hooks/useGasPrice */ export declare function useGasPrice(parameters?: UseGasPriceParameters): UseGasPriceReturnType; //# sourceMappingURL=useGasPrice.d.ts.map