import type { TestError } from '@playwright/test/reporter';
export declare class PlaywrightErrorParser {
    private static ascii;
    errorFrom(testError: TestError): Error;
    private static stripAsciiFrom;
}
//# sourceMappingURL=PlaywrightErrorParser.d.ts.map