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<TestCase, 'id' | 'repeatEachIndex'>, result: Pick<TestResult, 'retry'>): CorrelationId;
}
//# sourceMappingURL=PlaywrightSceneId.d.ts.map