import { Middleware } from '../middleware'; import { HandlerExecutionChain } from './handler-protocol'; export declare class HandlerExecutionChainImpl implements HandlerExecutionChain { execute(middlewares: Middleware[], next: () => Promise): Promise; } //# sourceMappingURL=handler-execution-chain.d.ts.map