import { z } from 'zod'; declare function generateTsFromZod(schema: z.ZodType, indent?: number): string; export { generateTsFromZod };