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