z.intersectionconst intersection: <TSchema extends ZodTypeAny, USchema extends ZodTypeAny>(left: TSchema,right: USchema,params?: RawCreateParams,) => ZodIntersection<TSchema, USchema>;