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