How can I tell kotlin to not export the MySharedLibrary.Bool type? I can't override booleans in swift because it takes MySharedLibrary.Bool as the default Bool type, and explicity write Swift.Bool results in a "Cannot override with a stored property" error, I guess because it "feels" a mismatch in the superclass type declaration