declare enum ParamArrayType { MULTIPLE_PARAMS = 0, COMMA_SEPARATED = 1, PARAM_ARRAY = 2, OBJECT_PATH = 3 } export default ParamArrayType;