/** * CLI Command: bug:tix * * Create Jira tickets from outstanding bugs.json entries, * using a local Ollama model to synthesize rich ticket text. */ import { Command } from "commander"; export declare const bugTixCommand: Command; //# sourceMappingURL=bug-tix.d.ts.map