import type { ZodTypeAny } from '@umijs/utils/compiled/zod'; export declare type LiteralType = string | number | boolean; export declare type ZodToTsOptions = {}; export interface IZodToTsOpts { zod: ZodTypeAny; identifier?: string; options?: ZodToTsOptions; }