/** * @deprecated use ServerZoneType instead */ export declare enum ServerZone { US = "US", EU = "EU" } export type ServerZoneType = 'US' | 'EU'; //# sourceMappingURL=server-zone.d.ts.map