/** * Template initialization — copies bundled templates to ~/.mcp-codex-subagent/templates/ * on first run. Skips if destination already exists (preserves user customizations). */ /** * Initialize templates directory at ~/.mcp-codex-subagent/templates/. * Copies bundled templates on first run only. */ export declare function initTemplates(): Promise; //# sourceMappingURL=template-init.d.ts.map