Not sure when this changed, but with the latest version of typescript, you just need to use import moment from 'moment'; and everything else should work as normal.
UPDATE:
Looks like moment recent fixed their import. As of at least 2.24.0 you'll want to use import * as moment from 'moment';