import { IterableX } from '../iterable'; export declare function repeat(source: Iterable, count?: number): IterableX; export declare function repeatStatic(value: TSource, count?: number): IterableX;