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