/** * Concatenates two iterables */ export declare function concat(first: AsyncIterable): (second: AsyncIterable) => AsyncGenerator;