import { WorkbookInstance } from '../../sheet-engine/react'; import * as Y from 'yjs'; /** * Sync calcChain array for active sheet. * calcChain is keyed by `r_c` while stored in Yjs. */ export declare const calcChainYdocUpdate: ({ sheetEditorRef, ydocRef, dsheetId, handleContentPortal, }: { sheetEditorRef: React.RefObject; ydocRef: React.RefObject; dsheetId: string; handleContentPortal?: any; }) => void;