import { ECnfPageSection } from './ecnf-page-section'; export declare class ECnfPageSectionMenu { readonly id: ECnfPageSection; readonly route: string; readonly authorities: string[]; static readonly DOCUMENT: ECnfPageSectionMenu; static readonly BANK_ACCOUNT: ECnfPageSectionMenu; static readonly CONFIRMACION_CITA: ECnfPageSectionMenu; static readonly CARTAS_PATROCINIO: ECnfPageSectionMenu; static readonly RESUMEN_GARANTIAS: ECnfPageSectionMenu; static readonly DOCUMENTOS_AYUDA: ECnfPageSectionMenu; static readonly ESTUDIO_CREDITO_INFORMACION_SELECCIONADO: ECnfPageSectionMenu; static readonly ESTUDIO_CREDITO_BIENES_SELECCIONADO: ECnfPageSectionMenu; static readonly CODEUDOR: ECnfPageSectionMenu; private constructor(); toString(): ECnfPageSection; static getAllECnfPageSectionMenu(): ECnfPageSectionMenu[]; }