/** * CLI Command: create:story * * Create a Story in Jira */ import { Command } from "commander"; export declare const createStoryCommand: Command; //# sourceMappingURL=create-story.d.ts.map