import { type Command } from 'prosemirror-state'; import type { ActionSpec } from "../../../core/index.js"; export declare const addCheckboxCmd: Command; export declare const addCheckbox: () => ActionSpec;