import { TestCase } from "@playwright/test/reporter";
export declare const getSuiteStatusIcon: (tests: TestCase[]) => "⚠️" | "✅" | "❌";
