import type { WorkDocumentSectionLayout } from './work-types'; export declare class DocxSectionPropertyRevisionPatchCollector { readonly patches: Array; record(layout: WorkDocumentSectionLayout): void; } export declare function patchDocxSectionPropertyRevisions(buffer: ArrayBuffer, patches: readonly (string | null)[]): Promise;