import { Schema } from "prosemirror-model"; export declare function parseDiff(str: string | undefined): unknown[]; export declare const createDiffSchema: (docSchema: Schema) => Schema; //# sourceMappingURL=schema.d.ts.map