import { AbstractActionController } from './AbstractActionController'; export declare type ControllerType = string | typeof AbstractActionController;