export declare function whenEmptyAsync<T, R>(this: AsyncIterable<T>, fallbackIterable: AsyncIterable<R>): AsyncIterable<T | R>;
