Currently, importing an enum populates the whole file with its variants as function names.
This is probably fine, we should however accomodate error message in case of name clash, so that its clear (error message with function xyz is already defined is not enough).