import { PlainExtension } from "@prosekit/core"; /** * Make the editor read-only. */ declare function defineReadonly(): PlainExtension; export { defineReadonly }; //# sourceMappingURL=readonly.d.ts.map