export declare class EStatesMigrationProgress { readonly id: number; readonly name: string; readonly type: number; static readonly INTIAL_STATUS = -1; static readonly PROCESS_STATUS = 0; static readonly ENDING_STATUS = 1; static readonly START: EStatesMigrationProgress; static readonly BENEFICIARY: EStatesMigrationProgress; static readonly STATUS: EStatesMigrationProgress; static readonly CONTACT: EStatesMigrationProgress; static readonly ACADEMIC: EStatesMigrationProgress; static readonly DISBURSEMENTS: EStatesMigrationProgress; static readonly CONDONATION_HISTORY: EStatesMigrationProgress; static readonly POSTGRADUATE: EStatesMigrationProgress; static readonly BANK_ACCOUNT: EStatesMigrationProgress; static readonly WORKING_INFO: EStatesMigrationProgress; static readonly BANKVISION: EStatesMigrationProgress; static readonly LDAP: EStatesMigrationProgress; static readonly SEND_EMAIL: EStatesMigrationProgress; static readonly END: EStatesMigrationProgress; private constructor(); static getAllValues(): EStatesMigrationProgress[]; static getStartState(): EStatesMigrationProgress; static getEndState(): EStatesMigrationProgress; static getEStatesMigrationProgressById(id: number): EStatesMigrationProgress; }