import type { Draft } from 'immer'; import type { PrimitiveAtom, WritableAtom } from 'jotai'; export declare function withImmer(anAtom: PrimitiveAtom): WritableAtom) => void)>; export declare function withImmer(anAtom: WritableAtom): WritableAtom) => void)>;