/** * Watch Mode import { getErrorMessage } from './../../types/common'; * * Monitor Jira for changes and auto-sync tickets. */ import { Command } from "commander"; /** * Watch command */ export declare const watchCommand: Command; //# sourceMappingURL=watch.d.ts.map