/** Supported model types for NLP tasks like summarization. */ export declare enum NlpModel { STANDARD = "standard", PREMIUM = "premium" }