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