import type { WritableAtom } from 'jotai-expose-store'; import type { Scope, SetAtom } from '../core/atom'; export declare function useUpdateAtom(anAtom: WritableAtom, scope?: Scope): SetAtom;