import { TestCaseContext } from "./test-case-context.class"; import { TestSuiteContext } from "./test-suite-context.class"; import { TestStepContext } from "./test-step-context.class"; import { SakuliContextTestActionRaw, SakuliContextTestCaseRaw, SakuliContextTestStepRaw, SakuliContextTestSuiteRaw } from "./test-context-entity-raw.interface"; import { TestActionContext } from "./test-action-context.class"; export declare function toJson(e: TestSuiteContext): SakuliContextTestSuiteRaw; export declare function toJson(e: TestCaseContext): SakuliContextTestCaseRaw; export declare function toJson(e: TestStepContext): SakuliContextTestStepRaw; export declare function toJson(e: TestActionContext): SakuliContextTestActionRaw; //# sourceMappingURL=test-context-entity-to-json.function.d.ts.map