export default function expandOrContractNonCircularRangeToPosition(range: any, position: any): { newRange: any; endMoved: boolean; };