export type TestCase = { name: string; filePath: string; dir?: string; suites?: string[]; }; export declare function parseTestListOutput(output: string): { projects: string[]; projectsToTestCases: Record; }; //# sourceMappingURL=stdout-parser.d.ts.map