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