declare const INCLUDED_PROPERTIES: { constructionNumber: readonly ["areaProjectId", "districtId", "projectPhaseId", "projectPhaseName", "propertyTypeId", "propertyTypeName", "apartmentBuildingId", "identifier", "wishlistItemCount", "availabilityStatus", "geometry", "mainImage", "specifications", "salesPrice", "rentalPrice", "numberOfReserveCandidates", "gardens", "outsideSpace", "isEnergyNeutral"]; propertyType: readonly ["areaProjectId", "districtId", "projectPhaseId", "projectPhaseName", "name", "houseType", "isRental", "geometry", "mainImage", "specifications", "salesPrice", "rentalPrice", "canShowPrice"]; projectPhase: readonly ["areaProjectId", "areaProjectName", "districtId", "name", "url", "districtUrl", "shortDescription", "status", "saleStartDate", "saleEndDate", "allocationDate", "isRental", "location", "geometry", "mainImage", "propertySpecifications", "propertyPurchasePrice", "propertyRentalPrice", "customerJourneyMilestones", "houseTypes"]; apartmentBuilding: readonly ["areaProjectId", "projectPhaseId", "projectPhaseName", "displayName", "nodeId", "propertyTypeIds", "constructionNumberIds", "image", "geometry", "views"]; district: readonly ["areaProjectId", "name", "url", "location", "geometry", "descriptionTitle", "description", "image"]; areaProject: readonly ["name", "shortDescription", "regionId", "url", "isCompleted", "image", "location", "geometry", "website", "mapboxDatasetId", "mapboxTilesetId"]; }; declare const COMPOSED_INCLUDE_STRINGS: { constructionNumber: string; propertyType: string; projectPhase: string; apartmentBuilding: string; district: string; areaProject: string; }; export { COMPOSED_INCLUDE_STRINGS, INCLUDED_PROPERTIES };