export declare enum SearchPropertyValueType { Int = "Int", Float = "Float", Decimal = "Decimal", Double = "Double", String = "String", Bool = "Bool", Date = "Date" }