import type { SkillDiscoveryMode } from '../skills/types.js'; import { type DelimitedBlockResult } from './managed-text.js'; export declare const GLOBAL_INSTRUCTIONS_BEGIN = ""; export declare const GLOBAL_INSTRUCTIONS_END = ""; export declare const CODEX_MCP_BEGIN = "# BEGIN KIOKUKO MCP"; export declare const CODEX_MCP_END = "# END KIOKUKO MCP"; export declare function renderGlobalInstructions(existing?: string): DelimitedBlockResult; export declare function renderCodexMcpConfig(existing?: string, command?: string, skillDiscoveryMode?: SkillDiscoveryMode, options?: { replaceConflictingIdentity?: boolean; }): DelimitedBlockResult; //# sourceMappingURL=render.d.ts.map