export declare class EAreaEstudio { readonly id: number; readonly name: string; static readonly ADMINISTRACION_NEGOCIOS: EAreaEstudio; static readonly ARQUITECTURA_DISENO: EAreaEstudio; static readonly ARTES: EAreaEstudio; static readonly CIENCIAS_AGROPECUARIAS_MEDIO_AMBIENTE: EAreaEstudio; static readonly CIENCIAS_BASICAS: EAreaEstudio; static readonly CIENCIAS_SALUD: EAreaEstudio; static readonly DERECHO_CIENCIAS_POLITICAS_RELACIONES_INTERNACIONALES: EAreaEstudio; static readonly CIENCIAS_SOCIALES: EAreaEstudio; static readonly DERECHO: EAreaEstudio; static readonly ECONOMIA: EAreaEstudio; static readonly EDUCACION: EAreaEstudio; static readonly INGENIERIA: EAreaEstudio; static readonly CIENCIAS_POLITICAS_RELACIONES_INTERNACIONALES: EAreaEstudio; private constructor(); static getAllValues(): any[]; static getEAreaEstudioById(id: number): EAreaEstudio; static getEAreaEstudioByName(name: string): EAreaEstudio; toString(): string; }