import { Mapping } from '@storyteller-platform/mapping'; import { R as Root, M as Mark } from '../model-CZ2mMHJO.js'; import '@storyteller-platform/epub'; declare function addMark(root: Root, from: number, to: number, mark: Mark): Root; declare function liftText(root: Root): { result: string; mapping: Mapping; }; declare function inlineFootnotes(root: Root): { root: Root; footnotePairs: Map; mapping: Mapping; }; declare function replaceFootnotes(original: Root, root: Root, footnotePairs: Map, mapping: Mapping): Root; export { addMark, inlineFootnotes, liftText, replaceFootnotes };