export declare function extractTitle(html: string): string; export declare function extractText(html: string): string;