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