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