/** * Antigravity Command Adapter * * Formats commands for Antigravity following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Antigravity adapter for command generation. * File path: .agent/workflows/opsx-.md * Frontmatter: description */ export declare const antigravityAdapter: ToolCommandAdapter; //# sourceMappingURL=antigravity.d.ts.map