import { EntityStore } from '../../entity'; import { Action } from './action.interfaces'; /** * The class is a specialized version of an EntityStore that stores * actions. */ export declare class ActionStore extends EntityStore { }