import { AsyncWrappable } from '../../types/async-iterable'; declare function asyncIncludesSeq(same: (a: any, b: any) => boolean, seq: AsyncWrappable): (iterable: AsyncWrappable) => Promise; declare function asyncIncludesSeq(same: (a: any, b: any) => boolean, seq: AsyncWrappable, iterable: AsyncWrappable): Promise; declare function asyncIncludesSeq(seq: AsyncWrappable, iterable: AsyncWrappable): Promise; export { asyncIncludesSeq };