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