import type { NodeType, Schema } from '@atlaskit/editor-prosemirror/model'; export type TableNodeCache = { [key: string]: NodeType; }; export declare function tableNodeTypes(schema: Schema): TableNodeCache;