declare const _default: ({ word: string; cefr: string; pos: string; } | { word: string; cefr: null; pos: string; })[]; export default _default;