export declare function isMorning(hour?: import("./types/hours").Hours): boolean;
