export declare function getOuterHTML(dom: any, opts?: any): string; export declare function getInnerHTML(elem: any, opts?: any): any; export declare function getText(elem: any): string;