import { Plugin } from "prosemirror-state"; import type { Editor } from "../types.js"; export declare const codeBlockPlugin: (options: { editor: Editor; }) => Plugin<{}>; //# sourceMappingURL=code_block.d.ts.map