import { AsyncIterableX } from './asynciterablex';
export declare function empty<TSource>(): AsyncIterableX<TSource>;
