import { ControllerConfig } from '../types/controller'; export declare function Controller(config?: ControllerConfig): ClassDecorator;