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