import type { Request, Response, NextFunction } from 'express';
import type { IUnleashConfig } from '../types/index.js';
export declare const originMiddleware: ({ getLogger, eventBus, }: Pick<IUnleashConfig, "getLogger" | "eventBus">) => (req: Request, _: Response, next: NextFunction) => void;
//# sourceMappingURL=origin-middleware.d.ts.map