export declare function isTag(tagName: any, node: any): boolean; export declare function parseFragment(el: string): Object; export declare function parseDocument(documentHtml: string): Object; export declare function serializeDocument(document: Object): string;