without Mutable Type
Returns a list of declarations without mutable types.
A mutable type is considered any type whose name starts with "Mutable", such as MutableList, MutableStateFlow, MutableLiveData, etc.
Return
A list of declarations that have not a mutable type.