declare const watchCommand: (options?: { yes?: boolean; }, cwd?: string) => Promise<{ stop: () => void; }>; export { watchCommand };