import { IControllerOptions } from "./controller-options"; export declare function Controller(options?: IControllerOptions): ClassDecorator;