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