import { Operation, Stream } from "effection"; //#region src/watch.d.ts type ServiceUpdate = { service: string; path: string; }; //#endregion export { ServiceUpdate };