import type { Command, EditorState } from 'prosemirror-state'; import type { ActionSpec } from "../../../../core/index.js"; export declare function isInsideYfmNote(state: EditorState): any; export type YfmNoteType = 'info' | 'tip' | 'alert' | 'warning'; export declare const createYfmNote: Command; export declare const toYfmNote: ActionSpec;