// @flow // Generated using flowgen2 const Response = require('http-response-object'); type Callback = ( err: ErrnoError | null, response?: Response<stream$Readable>, ) => void; export type {Callback};