/** * @internal * Sort ranges in the order of their position in the document */ export declare function sortRanges(ranges: Range[]): Range[];