import { ActionComponent } from '../../core/index'; export declare class AopActionFactory { create(type: string): ActionComponent; }