import { type Command } from 'prosemirror-state';
export declare const removeLink: () => Command;
export default removeLink;
