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