import type { Translations } from 'ckeditor5'; export declare const getValidEditorLocale: (locale: string) => string; export declare const getEditorTranslation: (locale: string) => Translations;