import { PositiveNumber } from '../_types/global';
export declare function arrRepeat<N extends number>(array: any, count: PositiveNumber<N>): any[];
