declare const middleware: (arrayFunctions: Array<Function>, options?: {
    end?: Function;
}) => void;
export default middleware;
