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