import type { z } from 'zod'; export type SomeSchema = z.ZodObject; export type SomeSchemaDef = Record>; //# sourceMappingURL=internal.d.ts.map