import { ControllerOptions } from "../types/ControllerOptions"; export declare function Controller(path?: string, options?: ControllerOptions): (constructor: any) => any;