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