/**
 * Real Tool Executor
 * Integrates with the existing LocalDebugEngine for actual tool execution
 */
export declare class RealToolExecutor {
    private debugEngine;
    private cloudService;
    private apiKeyManager;
    private auditEngine;
    private activeSessions;
    constructor();
    execute(toolName: string, params: any, context: any): Promise<any>;
    private injectDebugging;
    private takeScreenshot;
    private getConsoleLogs;
    private monitorRealtime;
    private simulateUserAction;
    private runAudit;
    private analyzeWithAI;
    private getDebugReport;
    private mockNetwork;
    private performanceProfile;
    private runTestsWithCoverage;
    private testImpactAnalysis;
    private closeSession;
    private formatAuditResults;
    private formatDebugReport;
}
//# sourceMappingURL=tool-executor-real.d.ts.map