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