/** * Draft CLI Command definition — SPEC-06 Drafting Support Tools */ import type { Command } from '../types.js'; export declare const draftCommand: Command; //# sourceMappingURL=draft.d.ts.map