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