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