/** * Playwright renderer * Produces TypeScript test files using the @playwright/test API. */ import type { ParsedScenario } from '../../../types/test-generator.js'; import type { ThenMatch } from '../then-matchers.js'; export declare function renderPlaywright(_domain: string, _requirement: string, scenarios: ParsedScenario[], matchesByScenario: ThenMatch[][]): string; //# sourceMappingURL=playwright.d.ts.map