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