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