export interface LanguageAddedResponse {
    version: number;
}
