/** * Testing Framework — unified entry point (T-043). * * Consolidates: * - iterative-coverage-enhancer (suggest, enhance, coverage, workflow) */ import type { FrameworkDefinition } from "../types.js"; export declare const testingFramework: FrameworkDefinition; export { type TestingInput, TestingInputSchema } from "./types.js"; //# sourceMappingURL=index.d.ts.map