import type { WatchOptions } from "./types.js"; export declare const runWatch: (options: WatchOptions) => Promise;