import type { Request, Response, NextFunction } from "express"; /** * Sanitizes request headers and adds security headers to response * Only removes proxy headers if not behind a trusted proxy */ export declare function sanitizeHeaders(req: Request, res: Response, next: NextFunction): void; //# sourceMappingURL=sanitizeHeaders.d.ts.map