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