import { LANGUAGES } from "./language"; import { PREFIXES } from "./prefix"; export interface ILanguageNames { male: string[]; female: string[]; lastNames: string[]; } export declare const NAMES: { es: ILanguageNames; en: ILanguageNames; }; export declare const GENDERS: string[]; export declare const JOBS: { JOBS_AREAS: string[]; JOB_LEVELS: string[]; }; export { LANGUAGES, PREFIXES };