import { AtomMut, CtxSpy } from '@reatom/core'; export declare const useCreateAtom: (init: T | ((ctx: CtxSpy) => T)) => AtomMut;