declare function times(n: number, iteratee: (i: number) => any): any[]; export default times;