import { IterableX } from './iterablex'; export declare function repeatValue(value: TSource, count?: number): IterableX;