declare namespace Nhentai { type Favorite = { name: string; torrentFile: NodeJS.ReadableStream; }; }