import type { Scope, SetAtom, WritableAtom } from './atom'; export declare function useSetAtom>(atom: WritableAtom, scope?: Scope): SetAtom;