import { ControllerTypes } from '../ControllerActionsMapper';
export declare const controller: (path: string, ...middleware: ControllerTypes['middleware']) => (target: ControllerTypes['target']) => void;
