export declare function closeBrowser(): Promise; export declare function fetchHtml(url: string): Promise; export declare function fetchHtmlBrowser(url: string): Promise; export interface RawKnowledgeSourceDocument { sourceUri: string; title?: string; markdown: string; contentHash: string; retrievedAt: number; } export declare function fetchHtmlSmart(url: string): Promise; export declare function fetchHtmlKnowledgeSource(url: string, options?: { renderJs?: boolean; retrievedAt?: number; }): Promise; //# sourceMappingURL=fetcher.d.ts.map