import type { ActionSpec, ExtensionDeps } from "../../../core/index.js"; export declare const actions: { toBulletList: ({ schema }: ExtensionDeps) => ActionSpec; toOrderedList: ({ schema }: ExtensionDeps) => ActionSpec; liftListItem: ({ schema }: ExtensionDeps) => ActionSpec; sinkListItem: ({ schema }: ExtensionDeps) => ActionSpec; };