import { Loopable } from '../../types/iterable'; declare function isLoopable(value: any): value is Loopable; export { isLoopable };