declare namespace Nhentai { type Favorite = { name: string; torrentFile: NodeJS.ReadableStream; }; type Gallery = { url: string; title: { pre: string; main: string; post: string; }; artists: string[]; groups: string[]; parodies: string[]; characters: string[]; tags: string[]; languages: string[]; uploadTime?: number; }; }