import * as moment from 'moment';
export declare enum TimeUnits {
    Day = 0,
    Week = 1,
    Month = 2,
    Quarter = 3,
    Year = 4
}
export declare namespace TimeUnits {
    function toMomentUnits(timeUnit: TimeUnits): moment.unitOfTime.DurationConstructor;
}
