export default function splitRangeIntoTwoPartsIfItIsCircular(range: any, sequenceLength: any): { start: any; end: any; type: string; }[];