provide a chrome-remote-interface library type at using flowtype
npm install chrome-remote-interface-flowtype

bash
$ yarn add -D chrome-remote-interface-flowtype
`or
`bash
$ npm install --save-dev chrome-remote-interface-flowtype
`Usage
`javascript
// @flowimport type {
Debugger, DOM, Emulation,
Input, Network, Page,
Runtime, Security, Target
} from 'chrome-remote-interface-flowtype';
``