/** * Interactive CLI Mode * * Menu-driven interface for ticket-mate commands. */ import { Command } from "commander"; /** * Interactive command */ export declare const interactiveCommand: Command; //# sourceMappingURL=interactive.d.ts.map