import { Time } from "../../service/time.types";
export declare class RangeTimeDataRanges {
    static RecentMonth(): [Time, Time];
    static LastMonth(): [Time, Time];
    static RecentWeek(): [Time, Time];
    static LastWeek(): [Time, Time];
    static ThreeDaysAgo(): [Time, Time];
    static ThreeDaysLater(): [Time, Time];
    static FiveDaysAgo(): [Time, Time];
    static FiveDaysLater(): [Time, Time];
    static OneWeekAgo(): [Time, Time];
    static OneWeekLater(): [Time, Time];
    static TwoWeeksAgo(): [Time, Time];
    static TwoWeeksLater(): [Time, Time];
    static OneMonthAgo(): [Time, Time];
    static OneMonthLater(): [Time, Time];
    static TwoMonthsAgo(): [Time, Time];
    static TwoMonthsLater(): [Time, Time];
}
