import { TestContextEntity, TestContextEntityKind } from "./test-context-entity.class"; import { TestActionContext } from "./test-action-context.class"; export declare class TestStepContext extends TestContextEntity { kind: TestContextEntityKind; testActions: TestActionContext[]; getChildren(): TestContextEntity[]; } //# sourceMappingURL=test-step-context.class.d.ts.map