import { IterableIterator } from '../../types/iterable'; declare function repeatTimes(n: number, value: T): IterableIterator; export { repeatTimes };