Why is there no way to export a constant in Godot ? Constants are immutable during run-time, but in the editor you can change their value. So why can you not export constants ?
So 3 months later when you come back to an asset in your project you wouldn't go on to confuse which ones were constants and which were variants? Seriously tho, if you need something to be a variant just make it a variant.