export declare function times(length: number, cb: (index: number) => T): readonly T[]; export default times;