/** * 把html字符串解析成document对象 * @param htmlStr * @returns */ export declare const htmlParser: (htmlStr: string) => Document;