import { TestClass } from "@hn3000/tsunit-async"; export declare class ModelParsingTest extends TestClass { testSimpleSchema(): void; testSimpleNumericConstraints(): void; testSimpleSchemaWithDefaults(): void; testSimpleSchemaWithPatternDefault(): void; testSchemaWithValueIfConstraint(): void; testSchemaWithValueIfAllConstraint(): void; testSchemaWithRequiredIfAllConstraint(): void; testSchemaWithMinAge18YearsConstraintFails(): void; testSchemaWithMaxAge6MonthsConstraintFails(): void; testSchemaWithMinAge18YearsConstraintSucceeds(): void; testSchemaWithMinAge18OnObject(): void; testSchemaWithMinAge18OnSlicedObject(): void; testSchemaWithArrayOfEnum(): void; testFlavouredSchema(): void; testOneOfSchema(): void; testOneOfWithConstraints(): void; }