import * as moment from 'moment';
export default moment;
export type MomentModule = typeof moment;
