import type { BuildContext } from '../create-build-context'; interface WebpackWatcher { close(): Promise; } declare const watch: (ctx: BuildContext) => Promise; export { watch }; export type { WebpackWatcher }; //# sourceMappingURL=watch.d.ts.map