import { GenericFacade } from "../../types";
export * as NotifyWatcherV1 from "./NotifyWatcherV1.js";
declare const NotifyWatcher: GenericFacade;
export default NotifyWatcher;
