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