import type { OfficeKernelSpreadsheetCalculationRequest, OfficeKernelSpreadsheetCalculationResult } from './office-kernel-spreadsheet-protocol'; export declare function calculateSpreadsheetInJavaScript(request: OfficeKernelSpreadsheetCalculationRequest): Promise;