import type { Config, GetProofErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type GetProofData, type GetProofOptions } from '@wagmi/core/query'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseProofParameters = Compute & ConfigParameter>; export type UseProofReturnType = UseQueryReturnType; /** https://wagmi.sh/react/api/hooks/useProof */ export declare function useProof(parameters?: UseProofParameters): UseProofReturnType; //# sourceMappingURL=useProof.d.ts.map