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