/**
 * CodeBuddy Command Adapter
 *
 * Formats commands for CodeBuddy following its frontmatter specification.
 */
import type { ToolCommandAdapter } from '../types.js';
/**
 * CodeBuddy adapter for command generation.
 * File path: .codebuddy/commands/opsx/<id>.md
 * Frontmatter: name, description, argument-hint
 */
export declare const codebuddyAdapter: ToolCommandAdapter;
//# sourceMappingURL=codebuddy.d.ts.map