import type { TSchema } from "typebox"; /** * Validate `value` against `schema`. Returns `undefined` when valid, or a descriptive, * human-readable error string (first few violations) when invalid. */ export declare function describeSchemaViolations(schema: TSchema, value: unknown): string | undefined; //# sourceMappingURL=validation.d.ts.map