import { Wordlist } from "./wordlist"; declare const wordlists: { [locale: string]: Wordlist; }; export { Wordlist, wordlists };