interface WatchCommandOptions { commandNames: string[]; } export declare function handleWatch(options: WatchCommandOptions): Promise; export {}; //# sourceMappingURL=watch-command.d.ts.map