import type { NodeSpec } from 'prosemirror-model'; import { Node } from '@kerebron/editor'; import { type CommandFactories, type CommandShortcuts } from '@kerebron/editor/commands'; export declare class NodeTaskList extends Node { name: string; requires: string[]; getNodeSpec(): NodeSpec; getCommandFactories(): Partial; getKeyboardShortcuts(): Partial; } //# sourceMappingURL=NodeTaskList.d.ts.map