/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import type { MergeTree } from "../mergeTree.js"; import { type IHasInsertionInfo, type SegmentWithInfo } from "../segmentInfos.js"; export declare function loadSegments(content: string, segLimit: number, markers?: boolean, withProps?: boolean): SegmentWithInfo[]; export declare function loadText(content: string, mergeTree: MergeTree, segLimit: number, markers?: boolean): MergeTree; //# sourceMappingURL=text.d.ts.map