import type { SectionOut } from './SectionOut'; /** * A pair of sections matched by ``section_number`` across editions but * carrying different ``section_title`` strings (a title rename). */ export type SectionRenamePair = { old: SectionOut; new: SectionOut; }; //# sourceMappingURL=SectionRenamePair.d.ts.map