/** * Chapter command handler */ import type { ParsedArgs } from '../types.js'; import type { OutputFormatter } from '../output.js'; export declare function handleChapterCommand(args: ParsedArgs, projectPath: string, output: OutputFormatter): Promise; //# sourceMappingURL=chapter-handler.d.ts.map