diff --git a/types/custom.d.ts b/types/custom.d.ts index 8ff963fa7..288cfb7fb 100644 --- a/types/custom.d.ts +++ b/types/custom.d.ts @@ -1,7 +1,4 @@ -/// -import { ReadStream, WriteStream } from 'fs'; - -import { ReadTarball, UploadTarball } from '@verdaccio/streams'; +import { pluginUtils } from '@verdaccio/core'; import { Logger, RemoteUser } from '@verdaccio/types'; declare global {