import type { WritableAtom } from 'jotai'; import type { Scope } from '../core/atom'; import { RESET } from './constants'; export declare function useResetAtom(anAtom: WritableAtom, scope?: Scope): () => void;