import moment from 'moment';
export declare class HoursOfDay {
    start: moment.Moment;
    end: moment.Moment;
    constructor(start: moment.Moment, end: moment.Moment);
}
