Range: {
    END_TO_END: 2;
    END_TO_START: 3;
    START_TO_END: 1;
    START_TO_START: 0;
    prototype: Range;
    new (): Range;
}