export declare class EInternalUser { readonly id: number; readonly name: string; static readonly LEGALIZADOR: EInternalUser; static readonly CODEUDOR: EInternalUser; static readonly OTRO: EInternalUser; private constructor(); toString(): number; static getArray(): EInternalUser[]; }