export declare enum Regions {
    NorthAmerica = "NorthAmerica",
    RestOfWorld = "RestOfWorld",
    China = "China"
}
