import { Feature } from '../../Feature';
import type { Command } from 'prosemirror-state';
declare module '../../types' {
    interface Commands {
        toggleLink: Command;
    }
}
export declare const pasteRegex: RegExp;
declare const Link: Feature<any, any>;
export default Link;
//# sourceMappingURL=index.d.ts.map