import type { PromptContext } from '../types'; /** * Renders the Priority Ladder section — how to resolve rule conflicts. * Always-on by default (hasPriorityLadder defaults to true). */ export declare function renderPriorityLadder(ctx: PromptContext): string; //# sourceMappingURL=priorityLadder.d.ts.map