import { F } from "./util/Utils.js"; import { RxObject } from "./core/Mvcc.js"; export declare class ReactionEx extends RxObject { protected operation: F; constructor(operation: F); protected launch(): T; }