import { Transaction } from './transaction'; export declare class Transactions { items: Transaction[]; }