import type { OoxmlPackage } from './work-ooxml-package'; import type { WorkCompatibilityIssue } from './work-types'; import { type XlsxFormulaFeatures } from './work-xlsx-formulas'; import type { XlsxWorksheetXmlScan } from './work-xlsx-worksheet-scan'; export declare function diagnoseXlsxFormulas(archive: OoxmlPackage, importedFeatures?: XlsxFormulaFeatures | null, worksheetScans?: Readonly>): Promise;