export declare enum TransactionTypeOptions {
    DEBIT = "Debit",
    CREDIT = "Credit"
}
//# sourceMappingURL=transaction-type.enum.d.ts.map