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