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