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