We need to export moment for compatibility with custom Polymer 2 legacy code.
Even if we do offer a _formatDate in our FormatBehavior we're still missing some basic date arithmetic helpers for which we've been relying directy on moment ourselfs too. This means that we should make moment available at global / window scope for compatibility.