/** * CLI Command: export * * Export tickets to various formats (JSON, CSV, Markdown) */ import { Command } from "commander"; export declare const exportCommand: Command; //# sourceMappingURL=export.d.ts.map