export interface CompressOptions { maxTextLength?: number; maxDepth?: number; stripAttributes?: string[]; keepAttributes?: string[]; } export declare function compressDOM(root?: Element, options?: CompressOptions): string; //# sourceMappingURL=dom-compression.d.ts.map