import type { SetStateAction, WritableAtom } from 'jotai/vanilla'; import { RESET } from './constants'; type Read = WritableAtom['read']; export declare function atomWithDefault(getDefault: Read> | typeof RESET ], void | Promise>): WritableAtom> | typeof RESET ], void | Promise>; export {};