/** Enum values for ContinentCode */
export declare enum RegionContinentEnum {
    'AF' = "AF",
    'ASIA' = "ASIA",
    'EU' = "EU",
    'NA' = "NA",
    'US' = "US"
}
//# sourceMappingURL=RegionContinentEnum.d.ts.map