import type { WritableAtom } from 'jotai-expose-store'; import type { Scope } from '../core/atom'; export declare function useAtomDevtools(anAtom: WritableAtom, name?: string, scope?: Scope): void;