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