import { OutputActionEventArgs } from './../event-args/output-event-args'; import { AppBaseAction } from '../app-base-action'; import { BaseEntityActions } from '../entity-actions.enum'; export declare function getActionTypesNameFromType(actions: Array>): Array; export declare function getActionTypesName(actions: Array): Array; export declare function getActionTypesInstances(outputActs: Array, payload: T): Array>;