import type { PromptContext } from '../types'; /** * Renders the Run Overlap Detection section. */ export declare function renderRunOverlapDetection(ctx: PromptContext): string; //# sourceMappingURL=runOverlapDetection.d.ts.map