import type { PromptContext } from '../types'; /** * Renders the Tool Usage Rules section. * Static guidelines for preferring dedicated tools over shell commands. */ export declare function renderToolPreferences(_ctx: PromptContext): string; //# sourceMappingURL=toolPreferences.d.ts.map