import { BaseAgent } from './base.js';
import type { TaskConfig, InputMethod } from '../types/index.js';
export declare class GeminiAgent extends BaseAgent {
    buildCommand(_task: string, taskConfig: TaskConfig): string[];
    getInputMethod(): InputMethod;
}
//# sourceMappingURL=gemini.d.ts.map