import type { WorkDocumentSection } from './work-document-section'; export declare function patchDocxDocumentLayout(buffer: ArrayBuffer, sections: readonly WorkDocumentSection[]): Promise;