import { WritableAtom } from 'jotai'; import type { SetStateAction } from '../core/types'; export declare const RESET: unique symbol; export declare function atomWithReset(initialValue: Value): WritableAtom>;