/** * Gemini CLI Command Adapter * * Formats commands for Gemini CLI following its TOML specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Gemini adapter for command generation. * File path: .gemini/commands/opsx/.toml * Format: TOML with description and prompt fields */ export declare const geminiAdapter: ToolCommandAdapter; //# sourceMappingURL=gemini.d.ts.map