import type { MarkType } from 'prosemirror-model'; import type { ActionSpec } from "../core/index.js"; export declare function defineActions(actions: Record): Record; export declare function createToggleMarkAction(markType: MarkType): ActionSpec;