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