updateImportClause
abstract fun updateImportClause(node: ImportClause, phaseModifier: ImportPhaseModifierSyntaxKind?, name: Identifier?, namedBindings: NamedImportBindings?): ImportClause(source)
abstract fun updateImportClause(node: ImportClause, isTypeOnly: Boolean, name: Identifier?, namedBindings: NamedImportBindings?): ImportClause(source)