/** * The region to send the requests to. * * @public */ export declare enum Region { US = "US", EU = "EU" }