Version: 0.1.00.1.10.1.20.2.01.0.01.1.01.2.01.3.02.0.0
import { IncomingMessage, ServerResponse } from "http";
declare function xXssProtection(): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
export default xXssProtection;