/** * * `1` - Up Vote * * `-1` - Down Vote */ export declare enum RatingEnum { '_1' = 1, '_-1' = -1 }