import type { PromptContext } from '../types'; /** * Renders the Breakpoint Handling section including mode detection, * interactive/non-interactive handling, routing fields, retry pattern, * and posting examples. */ export declare function renderBreakpointHandling(ctx: PromptContext): string; //# sourceMappingURL=breakpointHandling.d.ts.map