/** * Configure Kiro Code: * - skills/trellis-{name}/SKILL.md — all templates as auto-triggered skills * - agents/{name}.json — sub-agent definitions (JSON, with hooks embedded) * - hooks/*.py — shared hook scripts (referenced by agent JSON hooks) */ export declare function configureKiro(cwd: string): Promise; //# sourceMappingURL=kiro.d.ts.map