import type { Draft } from 'immer'; import type { WritableAtom } from 'jotai'; export declare function atomWithImmer(initialValue: Value): WritableAtom) => void)>;