import { type Middleware } from '@inversifyjs/http-core'; import type express from 'express'; export type ExpressMiddleware = Middleware; //# sourceMappingURL=ExpressMiddleware.d.ts.map