/// import { Response } from 'express'; export declare const sendInterceptor: (res: Response, callback: (body: { [key: string]: any; }) => void) => void;