import { AAction } from "./action/AAction";
export declare class Actions {
    protected m_actions: any[];
    constructor();
    getActionError(): AAction;
    getAction(name: string): any;
}
