I'm not sure how to get this working. I have two entry points I need to call from outside of a webpack'd Kotlin module. So I cannot have just one main, but rather two. I then need to wrap the module with a JS that loads it and calls the correct entry (for example in a chrome extension the browserAction vs. background script). How do I load/reference these functions within the packaged module from the outside?