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