import { LangEn } from "./lang-en.js"; import type { Wordlist } from "./wordlist.js"; export const wordlists: Record = { en: LangEn.wordlist(), };