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