/** * CLI Command: clone-project * * Clone a Jira project (simpler interface for import-template) * * This is a convenience wrapper around importTemplate that provides * a more intuitive "clone project" interface. */ import { Command } from "commander"; export declare const cloneProjectCommand: Command; //# sourceMappingURL=clone-project.d.ts.map