import { Scope } from '../core/atom'; declare type Options = { scope?: Scope; enabled?: boolean; }; export declare const useAtomsDebugValue: (options?: Options) => void; export {};