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