import type { ActionSpec } from "../../../../core/index.js"; import { type Command } from "../../../../pm/state.js"; export declare const createYfmCut: Command; export declare const toYfmCut: ActionSpec;