interface FetchResult {
    title: string;
    content: string;
    extractedUrl: string;
    htmlContent: string;
}
export declare function fetchContent(url: string, isSilent?: boolean, debug?: boolean): Promise<FetchResult>;
export {};
//# sourceMappingURL=fetcher.d.ts.map