export declare enum City { Altona = 1, Hamburg = 2 } export declare const getRival: (city: City) => City; //# sourceMappingURL=City.d.ts.map