/** * Returns array with the index as each item. */ export declare function times(num:number, fn:(idx:number)=>I):I[]