/**
 * Will define a class a middleware, make sure to
 * implement the IMiddleware interface.
 * @returns ClassDecorator
 */
export default function Middleware(): (target: any) => void;
//# sourceMappingURL=middleware.d.ts.map