import { type ControllerOptions } from '../models/ControllerOptions.js'; export declare function Controller(pathOrOptions?: string | ControllerOptions): ClassDecorator; //# sourceMappingURL=Controller.d.ts.map