import { KeywordsResult } from '../types';
export declare function analyzeKeywords(html: string): KeywordsResult;
