import { Hours } from "./types/hours";
export declare function evening(hour: Hours): boolean;
