type DictionaryEntry = { i18n?: Record; startsWith?: string[]; endsWith?: string[]; attr?: { values?: string[]; exact?: string[]; prefixes?: string[]; }; }; declare const dictionary: Record; export default dictionary;