/** * Normalize the HTML of a fragment by * - replacing ids with 1,2,3,... * - sorting attributes in alphabetical order * - sorting class names in alphabetical order * - pretty printing */ export declare function normalizeFragmentHtml(source: string): Promise; //# sourceMappingURL=normalize-fragment-html.d.ts.map