import { Iterable } from '../../types/iterable'; declare function notIterable(value: T | Iterable): value is T; export { notIterable };