/** * Recursively sanitizes input to prevent XSS attacks * @param input Any input value (string, array, object, etc.) * @returns Sanitized version of the input */ export declare function sanitizeInput(input: any): any; //# sourceMappingURL=xss.d.ts.map