/** Job types */ export declare enum JobType { Async = "async", Stream = "stream", Human = "human_tc", TopicExtraction = "topic_extraction", SentimentAnalysis = "sentiment_analysis", LanguageId = "language_id" }