/**
 * Claude Code Command Adapter
 *
 * Formats commands for Claude Code following its frontmatter specification.
 */
import type { ToolCommandAdapter } from '../types.js';
/**
 * Claude Code adapter for command generation.
 * File path: .claude/commands/opsx/<id>.md
 * Frontmatter: name, description, category, tags
 */
export declare const claudeAdapter: ToolCommandAdapter;
//# sourceMappingURL=claude.d.ts.map