/** * Count the number of items in an async interable */ export declare function count(source: AsyncIterable): Promise;