import type JSZip from 'jszip'; import type { PreservedRelationshipReference } from './work-ooxml-relationship-preservation'; export declare function preserveDocxFontTable(generated: JSZip, source: JSZip, relationships: ReadonlyMap, fontPartPaths: ReadonlySet, generatedPath?: string, sourcePath?: string): Promise;