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