import { SelectionType } from '../types'; export declare const sortByPositionAndOffset: (slections: SelectionType[]) => SelectionType[];