/**
 * Builds the schema.
 *
 * The schema defines the document structure and formatting rules.
 * It can be used to generate published content & JSON-to-HTML conversion,
 * & merge document changes & collaboration and more.
 *
 * @returns The built schema.
 */
export declare function buildSchema(): import("prosemirror-model").Schema<string, string>;
//# sourceMappingURL=buildSchema.d.ts.map