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