import { AWSRegionCode } from "./types/aws-region-codes";
export declare function nowHourInAWS(awsrc: AWSRegionCode): import("./types/hours").Hours;
