import { SECRET_INTERNAL_getScopeContext as getScopeContext } from 'jotai'; import type { Atom } from '../core/atom'; type Scope = NonNullable[0]>; export declare function useHydrateAtoms(values: Iterable, unknown]>, scope?: Scope): void; export {};