export declare class TimeWindow {
    timeStart: string | undefined;
    timeEnd: string | undefined;
}
