import { IANATimeZone } from "./types/iana-tz";
export declare function isAfternoonIn(tz: IANATimeZone): boolean;
