export function parseDom(dom: any, id: any, url: any): { date: never; description: any; intro: any; pubId: any; sections: any; title: any; url: any; }; export function textClean(text: any, noNbsp?: boolean): any;