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