/**
 * Qwen Code Command Adapter
 *
 * Formats commands for Qwen Code following its TOML specification.
 */
import type { ToolCommandAdapter } from '../types.js';
/**
 * Qwen adapter for command generation.
 * File path: .qwen/commands/opsx-<id>.toml
 * Format: TOML with description and prompt fields
 */
export declare const qwenAdapter: ToolCommandAdapter;
//# sourceMappingURL=qwen.d.ts.map