export declare class ECreditStudyUserType { readonly id: number; readonly name: string; static readonly SELECTED: ECreditStudyUserType; static readonly CODEBTOR: ECreditStudyUserType; static readonly CREDIT_REVIEWER: ECreditStudyUserType; static readonly SELECTED_CREDIT_REVIEWER: ECreditStudyUserType; private constructor(); toString(): number; }