export interface ILedgerTransactionRepository { create?(data: T | any, options?: any): Promise | any; findAll?(options?: any): Promise; findOne?(options: any): Promise; } //# sourceMappingURL=ledger-transaction.repository.interface.d.ts.map