import { WritableAtom } from 'jotai'; import { RESET } from './atomWithReset'; export declare function useResetAtom(anAtom: WritableAtom): (update?: unknown) => void | Promise;