export * from 'zod'; import type { z } from 'zod'; export type Omit, Mask extends { [k in keyof T[`shape`]]?: true; }> = z.ZodObject>; //# sourceMappingURL=z.d.ts.map