export declare type RangeArray = [number, number];
export declare type NumberOrRange = number | RangeArray;
