/** * @flow * This file is generated automatically, run npm run build to re-generate. **/ export type HttpResponse = { statusCode: number; headers: { [key: string]: string }; body: Buffer; getBody: () => string; };