export declare const takeAsync: (n: number) => <T>(iterable: AsyncIterable<T>) => AsyncIterable<T>;
