import { InputRule } from 'prosemirror-inputrules'; declare const autoLink: () => InputRule; export { autoLink };