import type { EditorKit } from "doc-editor-core"; export type Anchor = { id: string; title: string; level: number; }; export declare const parseAnchor: (editor: EditorKit) => Anchor[];