import { ParseUrlOptions } from './../types/index';
export declare const fetchHTML: (url: string, { verbose }: ParseUrlOptions) => Promise<string>;
