/** Transaction type */
export declare enum TypeEnum {
    'CREDIT' = "CREDIT",
    'DEBIT' = "DEBIT"
}
//# sourceMappingURL=TypeEnum.d.ts.map