export type ImportsSet = Set; export type TransformedType = { isNonNull: boolean; baseType: string; javaType: string; typeToUse: string; annotation: string; };