export type ContentType = 'news' | 'recipe' | 'product' | 'code' | 'docs' | 'generic'; export declare function classifyContent(url: string, html: string): ContentType; //# sourceMappingURL=classifier.d.ts.map