export declare class eDocumentType { readonly id: number; readonly name: string; static readonly CEDULA: eDocumentType; static readonly CEDULA_EXTRANJERIA: eDocumentType; static readonly PASAPORTE: eDocumentType; private constructor(); static getAllDocumentType(): any[]; }