/** * The AI rating status Enum * @category AI */ export declare enum GenerativeAIRatingStatus { Success = "success", Error = "error" }