import type { ExtensionAuto } from "../../../../core/index.js"; import type { YfmNoteSchemaOptions } from "./schema.js"; export { NoteNode as YfmNoteNode } from "./const.js"; export { noteType, noteTitleType } from "./utils.js"; export type { YfmNoteSchemaOptions } from "./schema.js"; export type YfmNoteSpecsOptions = YfmNoteSchemaOptions & {}; export declare const YfmNoteSpecs: ExtensionAuto;