import { AbstractAction } from '../AbstractAction';
export declare class LastActions {
    private actions;
    constructor(actions: AbstractAction[]);
    getActions(): AbstractAction[];
}
