import { DomainObject } from "./domain-object"; import { WMSLocation } from "./wms-location"; export declare class WMSZone extends DomainObject { ZoneId?: string | undefined; Active?: boolean | undefined; WMSLocations?: WMSLocation[] | undefined; ClosedZone?: boolean | undefined; } //# sourceMappingURL=wms-zone.d.ts.map