import { EmailNode } from '../types'; import { uid } from '../core'; export declare function parseHtmlToTree(html: string): EmailNode; export { uid }; //# sourceMappingURL=htmlToTree.d.ts.map