import type { ExtractionResult } from '../../types.js'; export declare function extractNews(html: string, url: string): Promise; //# sourceMappingURL=news.d.ts.map