import { z } from 'zod'; /** * @alpha */ export type ZodFunctionSchema = (zod: typeof z) => z.ZodFunction, TReturnType> | z.ZodType<(...args: z.infer>) => z.infer>;