import * as typeUtils from '../utils/type-utils'; import { z } from '../zui'; export type ToTags = typeUtils.Cast>, Record>; export type SchemaTransformOptions = { useLegacyZuiTransformer?: boolean; toJSONSchemaOptions?: Partial; };