import { SECRET_INTERNAL_getScopeContext as getScopeContext } from 'jotai'; type Scope = NonNullable[0]>; type Options = { scope?: Scope; enabled?: boolean; }; export declare const useAtomsDebugValue: (options?: Options) => void; export {}; declare type Awaited = T extends Promise ? V : T;