export declare const anySuiteSchema: { $schema: string; anyOf: ({ $ref: string; allOf?: undefined; } | { allOf: { $ref: string; }[]; $ref?: undefined; })[]; definitions: { AggregatedMeasures: { properties: { completeSteps: { type: string; }; notes: { type: string; }; perfectSteps: { type: string; }; totalRepairs: { type: string; }; totalSteps: { type: string; }; totalTests: { type: string; }; }; required: string[]; type: string; }; AggregatedMeasuresField: { properties: { measures: { $ref: string; }; }; required: string[]; type: string; }; Expected: { properties: { cart: { $ref: string; }; }; required: string[]; type: string; }; 'GenericCase>': { properties: { comment: { type: string; }; id: { type: string; }; steps: { items: { allOf: { $ref: string; }[]; }; type: string; }; suites: { type: string; }; }; required: string[]; type: string; }; 'GenericCase>': { properties: { comment: { type: string; }; id: { type: string; }; steps: { items: { $ref: string; }; type: string; }; suites: { type: string; }; }; required: string[]; type: string; }; 'GenericCase>': { properties: { comment: { type: string; }; id: { type: string; }; steps: { items: { allOf: { $ref: string; }[]; }; type: string; }; suites: { type: string; }; }; required: string[]; type: string; }; 'GenericSuite>': { properties: { comment: { type: string; }; tests: { items: { anyOf: { $ref: string; }[]; }; type: string; }; }; required: string[]; type: string; }; 'GenericSuite>_1': { properties: { comment: { type: string; }; tests: { items: { anyOf: { $ref: string; }[]; }; type: string; }; }; required: string[]; type: string; }; 'GenericSuite>': { properties: { comment: { type: string; }; tests: { items: { anyOf: { $ref: string; }[]; }; type: string; }; }; required: string[]; type: string; }; 'GenericSuite>': { properties: { comment: { type: string; }; tests: { items: { anyOf: { $ref: string; }[]; }; type: string; }; }; required: string[]; type: string; }; LogicalCart: { properties: { items: { items: { $ref: string; }; type: string; }; }; required: string[]; type: string; }; LogicalItem: { properties: { children: { items: { $ref: string; }; type: string; }; name: { type: string; }; quantity: { type: string; }; sku: { type: string; }; }; required: string[]; type: string; }; 'LogicalTestSuite': { properties: { comment: { type: string; }; tests: { items: { anyOf: { $ref: string; }[]; }; type: string; }; }; required: string[]; type: string; }; 'LogicalValidationSuite': { properties: { comment: { type: string; }; tests: { items: { anyOf: { $ref: string; }[]; }; type: string; }; }; required: string[]; type: string; }; Measures: { properties: { complete: { type: string; }; perfect: { type: string; }; repairs: { properties: { cost: { type: string; }; steps: { items: { type: string; }; type: string; }; }; required: string[]; type: string; }; }; required: string[]; type: string; }; MeasuresField: { properties: { measures: { $ref: string; }; }; required: string[]; type: string; }; 'Step': { properties: { turns: { items: { $ref: string; }; type: string; }; }; required: string[]; type: string; }; 'Step_1': { properties: { turns: { items: { $ref: string; }; type: string; }; }; required: string[]; type: string; }; TURN: { properties: { audio: { type: string; }; speaker: { type: string; }; transcription: { type: string; }; }; required: string[]; type: string; }; }; };