import type { PromptContext } from '../types'; /** * Renders the Git Operations Protocol section. * Static safety rules for git operations. */ export declare function renderGitSafety(_ctx: PromptContext): string; //# sourceMappingURL=gitSafety.d.ts.map