export declare function Stack(...middleware: MiddleWareFunction[]): MiddleWareFunction; export default Stack; import { MiddleWareFunction } from '.';