import { IEnumerable, IEnumerableFactory } from '../../types'; export declare function applyRepeat(factory: IEnumerableFactory, element: TResult, count: number): IEnumerable; //# sourceMappingURL=applyRepeat.d.ts.map