/** * CLI Command: bugs open * * Open bug details */ import { Command } from 'commander'; export declare const bugsOpenCommand: Command; //# sourceMappingURL=bugs-open.d.ts.map