import { Suite } from "@playwright/test/reporter";
export declare const getSummaryDetails: (suite: Suite) => string[];
