import type { NodeEntry } from 'slate'; import type { TableCellElement } from '../types'; export type SlateNodeEntry = NodeEntry; export declare const TABLE_CELLS_IN_SELECTION: WeakMap; export declare const TABLE_SLATE_TO_SELECTION_SET: WeakMap>; //# sourceMappingURL=weakMaps.d.ts.map