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