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