import type { AnalyzeMetaTagsOptions, MetaTagsAnalysis } from './types.js'; export declare const analyzeMetaTags: ({ html, }: AnalyzeMetaTagsOptions) => MetaTagsAnalysis;