import type { Transaction } from '@atlaskit/editor-prosemirror/state'; import type { NodeWithPos } from '@atlaskit/editor-prosemirror/utils'; import type { CellAttributes } from '../types'; export declare const setCellAttrs: (cell: NodeWithPos, attrs: CellAttributes) => (tr: Transaction) => Transaction;