export declare class EAppointmentObservationType { readonly id: number; readonly name: string; static readonly PROCESO_CONVOCATORIA: EAppointmentObservationType; static readonly INFORMACION_PLIS: EAppointmentObservationType; private constructor(); static getList(): EAppointmentObservationType[]; }