import { ICellOptions } from './Cell'; export declare function autorun(fn: (this: Context, value: Value | undefined, disposer: () => void) => Value, cellOptions?: ICellOptions): () => void;