import { Cell, ICellOptions, TCellPull } from './Cell'; export declare function reaction(source: Cell | Array | TCellPull, fn: (this: Context, value: Value, prevValue: Value, disposer: () => void) => any, cellOptions?: ICellOptions): () => void;