import { DocxZip } from './zip.js'; export declare const REVISION_STORY_PART_PATHS: readonly ["word/footnotes.xml", "word/endnotes.xml", "word/comments.xml", "word/glossary/document.xml"]; export declare const REVISION_SIDE_PART_PATHS: readonly ["word/comments.xml", "word/commentsExtended.xml", "word/people.xml", "word/footnotes.xml", "word/endnotes.xml"]; export declare const NUMBERED_HEADER_FOOTER_RE: RegExp; export declare function isRevisionHeaderFooterPart(path: string): boolean; export declare function enumerateRevisionStoryPartPaths(zip: DocxZip): string[]; //# sourceMappingURL=revision-parts.d.ts.map