/** * Defines the Controller. The controller can inject dependencies through constructor. * Those dependencies have to belong to the same module. */ export declare function Controller(prefix?: string): ClassDecorator;