import { type TransactionEntity } from '@luxledger/core'; import type { CreateTransactionResult } from '@luxledger/core/application'; import type { CreateTransactionResponse, TransactionResponse } from '../contracts/transactions.js'; export declare const toTransactionResponse: (transaction: TransactionEntity) => TransactionResponse; export declare const toCreateTransactionResponse: (result: CreateTransactionResult) => CreateTransactionResponse; //# sourceMappingURL=transactions.d.ts.map