export declare function sequenceEqual(source: AsyncIterable, other: AsyncIterable, comparer?: (first: T, second: T) => boolean | Promise): Promise;