export declare class EInterestType { readonly id: string; readonly description: string; static readonly V: EInterestType; static readonly TRES: EInterestType; private constructor(); static getArray(): EInterestType[]; }