export declare const distinctAsync: <T>(iterable: AsyncIterable<T>) => AsyncIterable<T>;
