/** * Extract Command Handler — "discovery writer" support * * Resolves a chapter file (by numeric prefix, mirroring analyze-handler's * `resolveChapterFile`), runs the deterministic `EntityExtractor`, and prints * the proposed NEW characters / locations together with the ready-to-run * `create` command for each. Read-only — it never creates anything. */ import type { ParsedArgs, OutputFormatter } from '../types.js'; export declare function handleExtractCommand(args: ParsedArgs, projectPath: string, output: OutputFormatter): Promise; //# sourceMappingURL=extract-handler.d.ts.map