import { Hours } from "./types/hours";
import { IANATimeZone } from "./types/iana-tz";
export declare function nowHourIn(tz: IANATimeZone): Hours;
