import { IterableIterator } from '../../types/iterable'; declare function repeat(value: T): IterableIterator; export { repeat };