import type { Config, GetTransactionCountErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type GetTransactionCountData, type GetTransactionCountOptions } from '@wagmi/core/query'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseTransactionCountParameters = Compute & ConfigParameter>; export type UseTransactionCountReturnType = UseQueryReturnType; /** https://wagmi.sh/react/api/hooks/useTransactionCount */ export declare function useTransactionCount(parameters?: UseTransactionCountParameters): UseTransactionCountReturnType; //# sourceMappingURL=useTransactionCount.d.ts.map