import translations from './translations'; declare const dictionary: { commonWords: string[]; firstnames: string[]; lastnames: string[]; wikipedia: string[]; }; export { dictionary, translations };