/**
 * Kiro Command Adapter
 *
 * Formats commands for Kiro following its .prompt.md specification.
 */
import type { ToolCommandAdapter } from '../types.js';
/**
 * Kiro adapter for command generation.
 * File path: .kiro/prompts/opsx-<id>.prompt.md
 * Frontmatter: description
 */
export declare const kiroAdapter: ToolCommandAdapter;
//# sourceMappingURL=kiro.d.ts.map