import { Base, Type } from "./type";
import { List$1 } from "./List$1";
import { Transaction } from "./Transaction";
/**
 * @hidden
 */
export declare class TransactionHistory extends Base {
    static $t: Type;
    private a;
    get transactions(): List$1<Transaction>;
}
