import { atom, Atom } from 'jotai'; export declare function freezeAtom>(anAtom: T): T; export declare const atomFrozenInDev: typeof atom;