/** * Prompt part: Parallel & Async Effect Dispatch instructions. * * Only rendered when the harness declares at least one GAP-PAR capability * (concurrent-effects | background-effects | multi-harness-dispatch). * All external harnesses lack these capabilities and receive an empty string. * * @module prompts/parts/parallelDispatch */ import type { PromptContext } from '../types'; /** * Renders parallel/async dispatch instructions for harnesses that support them. */ export declare function renderParallelDispatch(ctx: PromptContext): string; //# sourceMappingURL=parallelDispatch.d.ts.map