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