import type JSZip from 'jszip'; export declare function preserveDocxTableExtensions(generated: JSZip, source: JSZip, generatedPaths: readonly string[], sourcePaths: readonly string[]): Promise;