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