import { Atom, AtomState, CtxSpy } from '@reatom/core'; export declare const withComputed: (computed: (ctx: CtxSpy, state: AtomState) => AtomState) => (anAtom: T) => T; //# sourceMappingURL=withComputed.d.ts.map