diff --git a/types/archiver/index.d.ts b/types/archiver/index.d.ts index 1ceffb18f9..0dc91ec554 100644 --- a/types/archiver/index.d.ts +++ b/types/archiver/index.d.ts @@ -44,8 +44,6 @@ declare namespace archiver { glob(pattern: string, options?: glob.IOptions, data?: EntryData): this; finalize(): this; - pipe(stream: stream.Writable): void; - setFormat(format: string): this; setModule(module: Function): this;