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