import { ITestContext, IOverrideManager, ISnapshotManager } from '../types'; export declare class TestContext implements ITestContext { override: IOverrideManager; snapshot: ISnapshotManager; workerId: string; scenarioId: string; constructor(workerId: string, scenarioId?: string); setScenarioId(scenarioId: string): void; } //# sourceMappingURL=test-context.d.ts.map