import type { PromptContext } from '../types'; /** * Renders the Coding Philosophy section. * Static guidelines for minimal, focused changes. */ export declare function renderCodingPhilosophy(_ctx: PromptContext): string; //# sourceMappingURL=codingPhilosophy.d.ts.map