import { Schema } from '@sse-editor/pm/model'; import { Editor } from '../Editor.js'; import { Extensions } from '../types.js'; export declare function getSchema(extensions: Extensions, editor?: Editor): Schema;