import type { Range, SingleCommands } from '@tiptap/core'; import type { Node, Schema } from '@tiptap/pm/model'; import type { Selection } from '@tiptap/pm/state'; export declare const getSelectedMarkRangeByTypeNames: (typeNames: string[], schema: Schema, selection: Selection) => Range; export declare const cleanAndSetSelection: (extensionName: string, extensionNameToRemove: string, unsetCommand: () => void, schema: Schema, selection: Selection, doc: Node, commands: SingleCommands, collapsedSelectionPlaceholder: string) => void; //# sourceMappingURL=utils.d.ts.map