import { SearchOptions, Torrent } from './types'; export default class X1337 { private readonly url; constructor(url?: string); search(query: string, options?: SearchOptions): Promise; private getTorrent; private getTorrentLinks; private getHTML; }