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