import { ModuleSetup } from '../../core/types.js';
/**
 * Testing Framework Module Setup
 *
 * Provides comprehensive test management tools including:
 * - Test execution with coverage analysis
 * - Test result tracking and trends
 * - Flaky test detection
 * - Coverage analysis and recommendations
 * - Test watching and auto-rerun
 * - Baseline comparisons
 */
export declare const testingFrameworkModule: ModuleSetup;
//# sourceMappingURL=index.d.ts.map