/** * Plot Thread Command Handlers * Handles plot thread management commands */ import type { ParsedArgs, OutputFormatter } from '../types.js'; import { NovelWriterExtension } from '../../index.js'; export declare function handlePlotCommand(args: ParsedArgs, projectPath: string, output: OutputFormatter, injectedExtension?: NovelWriterExtension): Promise; //# sourceMappingURL=plot-handler.d.ts.map