// Generated by typings // Source: torrent-parser.d.ts declare module 'torrent-parser' { import torrentParser = require('~torrent-parser/torrent-parser'); export = torrentParser; }