import { useAtomsSnapshot } from './useAtomsSnapshot'; declare type Scope = NonNullable[0]>; declare type DevtoolsOptions = { scope?: Scope; enabled?: boolean; }; export declare function useAtomsDevtools(name: string, options?: DevtoolsOptions): void; export declare function useAtomsDevtools(name: string, scope?: Scope): void; export {};