import type { Editor } from "../../types.js"; export declare const orderedListMenuModel: () => { content: { title: string; type: string; tooltip: string; order: number; action: (editor: Editor) => boolean; }[]; }; //# sourceMappingURL=model.d.ts.map