export function getAllSections(editor: Editor): any[]; export function exportSectionsToHTML(editor: Editor): any[]; export function getHTMLFromNode(node: ProseMirrorNode, editor: Editor): string; export function exportSectionsToJSON(editor: Editor): any[]; export function getLinkedSectionEditor(id: string, options: Object, editor: Editor): Editor | null; export namespace SectionHelpers { export { getAllSections }; export { exportSectionsToHTML }; export { exportSectionsToJSON }; export { getLinkedSectionEditor }; } export type Editor = import('../../../core/Editor.js').Editor; export type ProseMirrorNode = import('prosemirror-model').Node; //# sourceMappingURL=helpers.d.ts.map