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