/** * @internal * Check if two ranges have the same start and end positions. */ export declare function areSameRanges(r1: Range, r2: Range): boolean;