import type { Schema, SchemaBase } from './schema'; export declare const validateTType: (tType: SchemaBase, kind: string) => void; /** * Main router function that validates a schema based on its kind. * This replaces the individual validateSchema() methods from type classes. */ export declare const validateSchema: (schema: Schema) => void; //# sourceMappingURL=validate.d.ts.map