import { ParserOptions, ParserResult } from "./types"; export default class Parser { static parse({ downloader }: ParserOptions): Promise; }