ImportedModuleDefinition

constructor(    type: String,     kind: Int,     name: String? = null,     required: Boolean? = false,     uri: String,     namespace: String,     nativeType: String,     comment: String? = null,     methods: List<MethodDefinition>? = null,     isInterface: Boolean = false)