declare enum BagOptions { OnlyCoordinates = 0, WithBouwjaar = 1, All = 2, AddressCountInBuilding = 3 } export = BagOptions;