export declare class ETypePaymentApplication { readonly typeText: number; readonly typeTmplate: string; static readonly RECAUDO: ETypePaymentApplication; static readonly SALDOFAVOR: ETypePaymentApplication; static readonly CUOTA_ANTICIPADA: ETypePaymentApplication; private constructor(); static getArray(): ETypePaymentApplication[]; }