import { WorkbookInstance } from '../../sheet-engine/react'; import { SmartContractQueryHandler } from './after-update-cell'; export declare const dataBlockCalcFunctionHandler: ({ dataBlockCalcFunction, sheetEditorRef, currentRow, currentColumn, handleSmartContractQuery, }: { dataBlockCalcFunction: { [key: string]: { [key: string]: any; }; }; sheetEditorRef: React.RefObject; currentRow: number; currentColumn: number; handleSmartContractQuery?: SmartContractQueryHandler; }) => void;