/**
 * Backend Integration Handler - Multi-Ecosystem Backend Testing
 * Revolutionary full-stack debugging companion with comprehensive backend testing
 *
 * Supports: JavaScript/TypeScript, Python, Elixir, Ruby backend testing
 * Integration: Seamless frontend-backend validation workflows
 */
import { BaseToolHandler } from './base-handler.js';
import type { Tool } from '@modelcontextprotocol/sdk/types.js';
export declare class BackendIntegrationHandler extends BaseToolHandler {
    name: string;
    private activeMonitors;
    private testCache;
    tools: Tool[];
    handle(toolName: string, args: any, sessions: Map<string, any>): Promise<any>;
    private runBackendTests;
    private monitorCodeChanges;
    private validateFullStackIntegration;
    private monitorBackendPerformance;
    private detectTestFramework;
    private detectJavaScriptFramework;
    private detectPythonFramework;
    private detectElixirFramework;
    private detectRubyFramework;
    private executeTests;
    private parseTestResults;
    private parseJestResults;
    private parsePytestResults;
    private parseExUnitResults;
    private parseRSpecResults;
    private formatTestResults;
    private formatChangeMonitorResults;
    private detectFileEcosystem;
    private analyzeChangeImpact;
    private getEcosystemEmoji;
    private generateDiagnostics;
    private readJsonFile;
}
//# sourceMappingURL=backend-integration-handler.d.ts.map