/**
 * Phoenix TDD Integration Handler
 * Revolutionary TDD workflow integration for Elixir/Phoenix/LiveView
 * Extends the world's first test-runtime bridging to the BEAM ecosystem
 * Leverages BEAM VM observability for unprecedented test validation
 */
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { BaseToolHandler } from './base-handler.js';
export declare class PhoenixTDDIntegrationHandler extends BaseToolHandler {
    private activeCycles;
    tools: Tool[];
    handle(toolName: string, args: any, sessions?: Map<string, any>): Promise<any>;
    private startPhoenixTDDCycle;
    private validateLiveView;
    private validatePubSub;
    private validateProcess;
    private completePhoenixTDDCycle;
    private runExUnitTests;
    private parseExUnitOutput;
    private extractExUnitAssertions;
    private detectPhoenixApp;
    private performPhoenixRuntimeValidation;
    private performLiveViewValidation;
    private performPubSubValidation;
    private performProcessValidation;
    generateCycleId(): string;
}
//# sourceMappingURL=phoenix-tdd-integration-handler.d.ts.map