/** * Threshold of the minimum total score */ export declare const MINIMUM_SCORE_THRESHHOLD = 80; /** * array of strings that should not be in item title or snippet */ export declare const PROHIBITED_LIST: RegExp[]; /** * array of item types that are supported by the Living Atlas */ export declare const LIVING_ATLAS_SUPPORTED_ITEM_TYPES: readonly ["CityEngine Web Scene", "Dashboard", "Deep Learning Package", "Desktop Style", "Document Link", "Feature Collection", "Feature Service", "Image Service", "Map Service", "Project Package", "Raster function template", "Rule Package", "Scene Service", "StoryMap", "Style", "Vector Tile Service", "Web Experience", "Web Experience Template", "Web Map", "Web Mapping Application", "Web Scene", "WMS", "Group Layer", "Geoprocessing Sample"]; /** * Type definition for Living Atlas supported item types. */ export type LivingAtlasSupportedItemType = (typeof LIVING_ATLAS_SUPPORTED_ITEM_TYPES)[number];