import { SimpleTextItem } from './simple-text-item'; /** * Merges close Arabic simplified text items into single items. * The original list is left unmodified. * * @param items The list of simplified text items. * @returns A new list of the text items after merging close Arabic items. */ export declare function mergeCloseSimpleTextItems(items: readonly Readonly[]): SimpleTextItem[]; //# sourceMappingURL=items-merger.d.ts.map