/** * CLI Command: bugs sync * * Sync bug statuses from Jira */ import { Command } from 'commander'; export declare const bugsSyncCommand: Command; //# sourceMappingURL=bugs-sync.d.ts.map