import { TestCase, TestResult } from "@playwright/test/reporter";
export declare const getTestStatus: (test: TestCase, result: TestResult) => "Flaky" | "Pass" | "Skipped" | "Fail" | string;
