/** * Moment object. */ export interface MomentObj { prototype: { toDate: (this: any) => Date; }; }