import { Schema } from '@tiptap/pm/model';
import { Editor } from '../Editor.js';
import { Extensions } from '../types.js';
export declare function getSchema(extensions: Extensions, editor?: Editor): Schema;
//# sourceMappingURL=getSchema.d.ts.map