export declare class EScreenType { readonly id: number; readonly description: string; static readonly MAINTENANCE: EScreenType; static readonly CONDONATION_MAINTENANCE: EScreenType; static readonly CLIENT: EScreenType; static readonly CLIENT_DISBURSEMENT_METADATA: EScreenType; static readonly DISBURSEMENT: EScreenType; static readonly PAYMENT_APPLICATION: EScreenType; static readonly RETURN_REFOUND: EScreenType; static readonly PAYMENT_PLAN: EScreenType; static readonly COLLECTION: EScreenType; static readonly INTEREST_ADJUSTMENT: EScreenType; private constructor(); static getArray(): EScreenType[]; }