import { TitleResult } from "../types";
export declare function analyzeTitle(html: string): TitleResult;
