import { ControllerConfig } from './controller-config.interface';
export interface Controller {
    config: ControllerConfig;
}
