declare enum PumpType { ConstHP = 0,//!< Constant horsepower PowerFunc = 1,//!< Power function Custom = 2,//!< User-defined custom curve NoCurve = 3 } export default PumpType;