import { GenericFacade } from "../../types";
export * as AllModelWatcherV2 from "./AllModelWatcherV2.js";
export * as AllModelWatcherV3 from "./AllModelWatcherV3.js";
export * as AllModelWatcherV4 from "./AllModelWatcherV4.js";
declare const AllModelWatcher: GenericFacade;
export default AllModelWatcher;
