import type { OoxmlPackage } from './work-ooxml-package'; import type { WorkCompatibilityIssue } from './work-types'; import { type XlsxPivotReadResult } from './work-xlsx-pivots'; export declare function diagnoseXlsxPivots(archive: OoxmlPackage, importedInspection?: XlsxPivotReadResult | null): Promise;