/** * CLI Command: bugs ls * * List bugs from canonical bugs.json */ import { Command } from 'commander'; export declare const bugsLsCommand: Command; //# sourceMappingURL=bugs-ls.d.ts.map