/** * CLI Command: comment * * Add a comment to a ticket */ import { Command } from "commander"; export declare const commentCommand: Command; //# sourceMappingURL=comment.d.ts.map