import type { PositiveNumber } from '../_types/global';
export declare function funcTimes<N extends number>(times: PositiveNumber<N>, iteratee: any): Array<any>;
