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