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