import type { Atom, Scope } from '../core/atom'; declare type AtomsSnapshot = Map, unknown>; export declare function useAtomsSnapshot(scope?: Scope): AtomsSnapshot; export {};