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