import * as z from 'zod'; /** Creates a Zod type from Zod */ export type TZodFromZod, Result = Type> = Result; /** Creates a Zod type from Zod */ export declare function ZodFromZod>(type: Type): TZodFromZod;