import { Moment } from 'moment'; export declare const dateToNumber: (date: Moment | undefined, unitOfTime?: 'days') => number;