import type { CorrelationIdFactory } from '@serenity-js/core/model';
import { CorrelationId } from '@serenity-js/core/model';
export declare class PlaywrightTestSceneIdFactory implements CorrelationIdFactory {
    private testId;
    setTestId(testId: string): void;
    create(): CorrelationId;
}
//# sourceMappingURL=PlaywrightTestSceneIdFactory.d.ts.map