//#region src/regions.d.ts
type StarcraftRegion = 'cn' | 'eu' | 'kr' | 'tw' | 'us';
//#endregion
export { StarcraftRegion as t };
//# sourceMappingURL=regions-C2THJaaU.d.ts.map