import type { BundlerOptions, BundlerWatchSession } from "../types.d.ts"; declare function watch(options: BundlerOptions): Promise; export { watch }; //# sourceMappingURL=watch.d.ts.map