import type { FullProject, TestCase, TestResult } from '@playwright/test/reporter'; import { CorrelationId } from '@serenity-js/core/model'; export declare class PlaywrightSceneId extends CorrelationId { static fromJSON(v: string): CorrelationId; static from(projectName: FullProject['name'], test: Pick, result: Pick): CorrelationId; } //# sourceMappingURL=PlaywrightSceneId.d.ts.map