/** * CLI Command: import-template * * Import Jira template from source project to target project */ import { Command } from "commander"; export declare const importTemplateCommand: Command; //# sourceMappingURL=import-template.d.ts.map