/** * Returns an array of defined length where each element is its index * @param length - the length of the array * @returns an array with defined length */ export declare const indexArray: (length: number) => number[];