/** * Normalize a test line for comparison between manifest and ran tests. * Strips `:line:col` suffixes from file paths. * * e.g. `[chromium] › foo/bar.spec.ts:4:5 › has title` * → `[chromium] › foo/bar.spec.ts › has title` */ export declare function normalizeTestLine(line: string): string; //# sourceMappingURL=normalize-test-line.d.ts.map