import { Dispatch } from "../gateway/dispatch"; import { Application } from "../types"; import { WatchOp } from "./resources"; export declare const watch$: (fromDispatch: Dispatch) => import("rxjs").Observable>;