/** * 根据结构配置生成 TypeScript 类型字符串 */ export declare function getTypes(composites: { structure: string[]; items: string[][]; }, commentsMap?: Record): string;