"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class MapInfoRangeReply { constructor() { this.regions = []; } } exports.MapInfoRangeReply = MapInfoRangeReply; //# sourceMappingURL=MapInfoRangeReply.js.map