import type { Config, GetBlobBaseFeeErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type GetBlobBaseFeeData, type GetBlobBaseFeeOptions } from '@wagmi/core/query'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseBlobBaseFeeParameters = Compute & ConfigParameter>; export type UseBlobBaseFeeReturnType = UseQueryReturnType; /** https://wagmi.sh/react/api/hooks/useBlobBaseFee */ export declare function useBlobBaseFee(parameters?: UseBlobBaseFeeParameters): UseBlobBaseFeeReturnType; //# sourceMappingURL=useBlobBaseFee.d.ts.map