export declare class ETransactionType { readonly id: number; readonly description: string; static readonly DEVOLUCION: ETransactionType; static readonly REINTEGRO: ETransactionType; private constructor(); static getArray(): ETransactionType[]; }