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