declare function checkXSS({ body, schema }: any): { body: any; error?: undefined; } | { error: string; body: any; }; export default checkXSS; //# sourceMappingURL=checkXSS.d.ts.map