While migrating my yaml config to the FfiGenerator I noticed that some publicly used classes are not exported by the package in version 20.0.0. #### `CommentLength` and `CommentStyle` - Used in FfiGenerator > Ouput > CommentType > CommentStyle, CommentLength -Missing reference in the api docs: https://pub.dev/documentation/ffigen/latest/ffigen/CommentType-class.html #### `EnumStyle` - Used in FfiGenerator > Enums > EnumStyle - Missing reference in the api docs: https://pub.dev/documentation/ffigen/latest/ffigen/Enums-class.html #### `Version` - Used in FfiGenerator > ObjectiveC > ExternalVersions > Versions > Version - Missing reference in the api docs. https://pub.dev/documentation/ffigen/latest/ffigen/Versions-class.html