/** * Create Command * Creates new project elements (characters, locations, chapters) */ import type { Command } from '../types.js'; export declare const createCommand: Command; //# sourceMappingURL=create.d.ts.map