import moment from 'moment';
export declare class TimeRange {
    start: moment.Moment;
    end: moment.Moment;
}
