import type { PromptContext } from '../types'; /** * Renders the Parallel Phase Detection section. */ export declare function renderParallelPhaseDetection(ctx: PromptContext): string; //# sourceMappingURL=parallelPhaseDetection.d.ts.map