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