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