import type { PlaywrightTestConfig } from '@playwright/test'; export type ReporterOutput = [reporter: string, output?: string]; export declare function getReporterOutputs(playwrightConfig: PlaywrightTestConfig): Array;