/**
 * RooCode Command Adapter
 *
 * Formats commands for RooCode following its workflow specification.
 * RooCode uses markdown headers instead of YAML frontmatter.
 */
import type { ToolCommandAdapter } from '../types.js';
/**
 * RooCode adapter for command generation.
 * File path: .roo/commands/opsx-<id>.md
 * Format: Markdown header with description
 */
export declare const roocodeAdapter: ToolCommandAdapter;
//# sourceMappingURL=roocode.d.ts.map