import type { Interval } from "./helpers/mergeIntervals"; declare const saveInlineBlocks: (element: HTMLElement) => (Interval & { type: string[]; })[]; export default saveInlineBlocks; //# sourceMappingURL=saveInlineBlocks.d.ts.map