import type { Report } from '../schemas/report.js'; export declare function renderTestPlanMd(report: Report): string; //# sourceMappingURL=testplan-md.d.ts.map