/// import { ServerResponse } from 'http'; import { Response } from '../types/Response'; export declare function wrapResponse(res: ServerResponse): Response; //# sourceMappingURL=wrap-response.d.ts.map