import { DevToolResponse, CommandContext, Platform } from '../types'; export declare class AIDevToolEngine { private geminiService; private safetyChecker; constructor(apiKey: string); processInput(input: string, context: CommandContext, targetPlatform: Platform): Promise; } //# sourceMappingURL=ai-dev-tool-engine.d.ts.map