import type { NodeSpec } from 'prosemirror-model'; import type { PlaceholderOptions } from "../../../../utils/placeholder.js"; import { NoteNode } from "./const.js"; import type { YfmNoteSpecsOptions } from "./index.js"; export declare const getSchemaSpecs: (opts?: YfmNoteSpecsOptions, placeholder?: PlaceholderOptions) => Record;