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