export declare const arrayByRange: (start: number, stop: number, step?: number) => number[];