import type { Element, PrettifyOptions } from './types'; export declare function prettify(el: Element, options?: PrettifyOptions): string; //# sourceMappingURL=prettify.d.ts.map