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