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