import type { Transaction } from '@atlaskit/editor-prosemirror/state'; export declare const cloneTr: (tr: Transaction) => Transaction;