/** * /novel init command * Initialize a new novel project */ import type { Command } from '../types.js'; export declare const initCommand: Command; //# sourceMappingURL=init.d.ts.map