import { TestCase, TestResult } from "@playwright/test/reporter";
export declare const getTestStatusIcon: (test: TestCase, result: TestResult) => string;
