import { type Config, type ResolvedRegister, type WatchBlocksParameters } from '@wagmi/core'; import type { ConfigParameter, EnabledParameter, UnionCompute, UnionExactPartial } from '@wagmi/core/internal'; import type { BlockTag } from 'viem'; export type UseWatchBlocksParameters = UnionCompute> & ConfigParameter & EnabledParameter>; export type UseWatchBlocksReturnType = void; /** https://wagmi.sh/react/hooks/useWatchBlocks */ export declare function useWatchBlocks(parameters?: UseWatchBlocksParameters): UseWatchBlocksReturnType; //# sourceMappingURL=useWatchBlocks.d.ts.map