export declare class ECnfMenuSections { readonly id: number; readonly name: string; static readonly PLIC: ECnfMenuSections; static readonly BACKOFFICE: ECnfMenuSections; static readonly CONFIGURACION_BASE: ECnfMenuSections; static readonly FORMULARIO_PRESUPUESTO: ECnfMenuSections; static readonly CITA_PRESUPUESTO_EST_CREDITO: ECnfMenuSections; static readonly SELECCION_COMUNICACION: ECnfMenuSections; static readonly MIGRACION_GII: ECnfMenuSections; static readonly GIC_BACKOFFICE: ECnfMenuSections; static readonly GIC_CONFIGURATION: ECnfMenuSections; static readonly MASTERS_CONFIGURATION: ECnfMenuSections; private constructor(); static getList(): ECnfMenuSections[]; static getListConfiguration(): ECnfMenuSections[]; static getListGic(): ECnfMenuSections[]; static getListGicConfiguration(): ECnfMenuSections[]; }