/** * CLI Command: create:epic * * Create an Epic in Jira */ import { Command } from "commander"; export declare const createEpicCommand: Command; //# sourceMappingURL=create-epic.d.ts.map