import { StoryLocator } from '../../../../../../document-api/src/index.js'; import { Editor } from '../../core/Editor.js'; /** * Returns every revision-capable story locator for the given host editor. * * Body is always first; header/footer parts, footnotes, and endnotes follow * in insertion-order. Header/footer slots are intentionally NOT enumerated — * tracked-change identity always addresses the owning part, so slot * enumeration would produce duplicates against parts. */ export declare function enumerateRevisionCapableStories(editor: Editor): StoryLocator[]; //# sourceMappingURL=enumerate-stories.d.ts.map