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