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