/**
 * Auggie (Augment CLI) Command Adapter
 *
 * Formats commands for Auggie following its frontmatter specification.
 */
import type { ToolCommandAdapter } from '../types.js';
/**
 * Auggie adapter for command generation.
 * File path: .augment/commands/opsx-<id>.md
 * Frontmatter: description, argument-hint
 */
export declare const auggieAdapter: ToolCommandAdapter;
//# sourceMappingURL=auggie.d.ts.map