import type { Config, GetBalanceErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type GetBalanceData, type GetBalanceOptions } from '@wagmi/core/query'; import type { DeepMaybeRef } from '../types/ref.js'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseBalanceParameters = Compute & ConfigParameter>>; export type UseBalanceReturnType = UseQueryReturnType; /** https://wagmi.sh/vue/api/composables/useBalance */ export declare function useBalance(parameters?: UseBalanceParameters): UseBalanceReturnType; //# sourceMappingURL=useBalance.d.ts.map