export declare const supportedLanguageCodes: Record; export interface SentimentOption { sentimentValue: string; translatedValue: string; } export interface SentimentMap { positive: string; negative: string; neutral: string; } export declare const defaultSentimentMap: SentimentMap; export declare const sentimentOptionsMap: Record;