import { EditorState, Transaction } from 'prosemirror-state'; import { Step } from 'prosemirror-transform'; import { TrTrackingContext } from './types'; export declare function trackTransaction(tr: Transaction, oldState: EditorState, newTr: Transaction, authorID: string, clearedSteps: Step[], trContext: TrTrackingContext): Transaction;