export declare const range: (min: number, max?: number) => number[];
