export declare const stopAsyncIteration: <T>(asyncIterable: AsyncIterable<T>) => void;
