import type { NodeSpec } from "../../../../pm/model.js"; import type { PlaceholderOptions } from "../../../../utils/placeholder.js"; import { CutNode } from "./const.js"; export type YfmCutSchemaOptions = { /** * @deprecated use placeholder option in BehaviorPreset instead. */ yfmCutTitlePlaceholder?: NonNullable['content']; /** * @deprecated use placeholder option in BehaviorPreset instead. */ yfmCutContentPlaceholder?: NonNullable['content']; }; export declare const getSchemaSpecs: (opts?: YfmCutSchemaOptions, placeholder?: PlaceholderOptions) => Record;