import { AsyncWrappable } from '../../types/async-iterable'; declare function notAsyncWrappable(value: T | AsyncWrappable): value is T; export { notAsyncWrappable };