import { WritableAtom } from 'jotai'; export declare function useAtomDevtools(anAtom: WritableAtom, name?: string): void;