export declare const times: (count: number, mapFn: (index: number) => T) => T[];