import { type OoxmlPackage } from './work-ooxml-package'; import type { WorkCompatibilityIssue } from './work-types'; export declare function diagnoseDocxProofing(archive: OoxmlPackage, document: Document): Promise;