import { HElement } from "./hsml"; export declare function dom2hsmlStr(node: Node, depth?: number): string; export declare function html2hsmlStr(html: string): string; export declare function dom2hsml(node: Node): HElement; export declare function html2hsml(html: string): HElement; export declare function hsml2str(hsml: HElement, condense?: boolean): HElement;