import { MethodTypes } from '../ControllerActions';
export declare function httpPut(route: string, ...middleware: MethodTypes['middleware']): (object: Object, methodName: string) => void;
