export declare class eRelationship { readonly id: number; readonly name: string; static readonly ABUELO: eRelationship; static readonly AMIGO: eRelationship; static readonly CUNADO: eRelationship; static readonly ESPOSO: eRelationship; static readonly HERMANO: eRelationship; static readonly HIJO: eRelationship; static readonly PADRE_MADRE: eRelationship; static readonly PAREJA: eRelationship; static readonly PRIMO: eRelationship; static readonly TIO: eRelationship; private constructor(); static getAllRelationship(): any[]; }