import { ControllerManagerConfigType } from '../Config'; import { ServiceManager, AbstractFileBasedPluginManager } from '../ServiceManager'; import { Instantiable } from '../Core'; export declare class ControllerManager extends AbstractFileBasedPluginManager { constructor(creationContext: ServiceManager, config?: ControllerManagerConfigType); getController(Controller: Instantiable): Object; }