export declare enum ModelPropertyDescriptionString { reqStrPropDesc = "This property is supposed to be a string and is a required field", reqNumPropDesc = "This property is supposed to be a number and is a required field" }