import { GenericFacade } from "../../types";
export * as AllWatcherV1 from "./AllWatcherV1.js";
export * as AllWatcherV2 from "./AllWatcherV2.js";
export * as AllWatcherV3 from "./AllWatcherV3.js";
declare const AllWatcher: GenericFacade;
export default AllWatcher;