export declare enum MissionTypes { CONTINUOUS_REPLENISHMENT = "continuous_replenishment", INVENTORY = "inventory", POOL_ACTIVITY = "pool_activity", REPLENISHMENT = "replenishment", REPLENISHMENT_SKIP_CHECKS = "replenishment_skip_checks", SMART_INVENTORY = "smart_inventory", SMART_REPLENISHMENT = "smart_replenishment", SURVEY_POS = "survey_pos", SURVEY_PRICE = "survey_price" }