/** * CLI Command: Watch Bugs * * Watch bugs-wip.json and automatically process new bugs */ import { Command } from "commander"; export declare const watchBugsCommand: Command; //# sourceMappingURL=watch-bugs.d.ts.map