import type { BuildContext } from "../types.d.ts"; import type FileCache from "../utils/file-cache.d.ts"; declare const watch: (context: BuildContext, fileCache: FileCache, runBuilder: () => Promise, runOnsuccess: () => Promise, doOnSuccessCleanup: () => Promise) => Promise; export = watch;