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