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 { DeepMaybeRef } from '../types/ref.js'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseBytecodeParameters = Compute & ConfigParameter>>; export type UseBytecodeReturnType = UseQueryReturnType; /** https://wagmi.sh/vue/api/hooks/useBytecode */ export declare function useBytecode(parameters?: UseBytecodeParameters): UseBytecodeReturnType; //# sourceMappingURL=useBytecode.d.ts.map