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