import type { Schema } from 'prosemirror-model'; import type { schemas } from '@curvenote/schema'; import type { Plugin } from 'prosemirror-state'; export declare function getPlugins(schemaPreset: schemas.UseSchema, schema: Schema, stateKey: any, version: number, startEditable: boolean): Plugin[]; export declare function getInlinePlugins(schema: Schema): Plugin[];