import type { Schema } from 'prosemirror-model'; import type { Plugin } from 'prosemirror-state'; export * from './rules'; declare const inputrules: (schema: Schema) => Plugin[]; export default inputrules;