import type { Transaction } from 'prosemirror-state'; export declare const removeDecoration: (tr: Transaction, id: string) => Transaction;