import { EditorState, Transaction } from 'prosemirror-state'; import { CommandFactory } from '@kerebron/editor/commands'; export declare function buildPairingTransaction(state: EditorState, type: string, tr: Transaction): Transaction | null; export declare const pairNodes: CommandFactory; //# sourceMappingURL=pairNodes.d.ts.map