import type { Config, GetBytecodeErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type GetBytecodeData, type GetBytecodeOptions } from '@wagmi/core/query'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseBytecodeParameters = Compute & ConfigParameter>; export type UseBytecodeReturnType = UseQueryReturnType; /** https://wagmi.sh/react/api/hooks/useBytecode */ export declare function useBytecode(parameters?: UseBytecodeParameters): UseBytecodeReturnType; //# sourceMappingURL=useBytecode.d.ts.map