/** * Catch2 renderer * Produces C++ test files using the Catch2 v3 TEST_CASE macro style. */ import type { ParsedScenario } from '../../../types/test-generator.js'; import type { ThenMatch } from '../then-matchers.js'; export declare function renderCatch2(domain: string, requirement: string, scenarios: ParsedScenario[], matchesByScenario: ThenMatch[][]): string; //# sourceMappingURL=catch2.d.ts.map