protobuf.js version: 7.1.0 Expected behaviour: - protobuf file converted with `pbts` adds an import from `Long` in the generated `.d.ts` file, e.g. ```ts import Long = require('long'); ``` Actual behaviour: - no import was found Used command: ```js pbts --out proto/export.d.ts --no-comments proto/export.js ```