class z.ZodIntersection extends ZodType<T["_output"] & U["_output"], ZodIntersectionDef<T, U>, T["_input"] & U["_input"]>import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { ZodIntersection } = z; Type ParametersT extends ZodTypeAnyU extends ZodTypeAnyMethods_parse(input: ParseInput): ParseReturnType<this["_output"]>Static Propertiescreate: <T extends ZodTypeAny, U extends ZodTypeAny>(left: T,right: U,params?: RawCreateParams,) => ZodIntersection<T, U>