export declare const TEST_STATUS: {
    readonly PASSED: "passed";
    readonly FAILED: "failed";
    readonly IN_PROGRESS: "in_progress";
    readonly NOT_STARTED: "not_started";
};
//# sourceMappingURL=schemas.d.ts.map