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