import { Collection } from '../../internal/base/index.js'; import { type ITransactionResponse } from '../../types/index.js'; import { Transaction } from './transaction.js'; export declare class TransactionCollection extends Collection { fromJson(data: ITransactionResponse): Transaction; }