export declare function fetchHtml(url: string): Promise<{ status?: number; html?: string; error?: string; }>;