import { WritableAtom } from 'jotai';
export declare function useUpdateAtom<Value, Update>(anAtom: WritableAtom<Value, Update>): import("../core/types").SetAtom<Update>;
