UNPKG

@canonical/jujulib

Version:
7 lines (6 loc) 306 B
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;