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