export declare function collect(iterable: Iterable): T[]; export declare function collect(iterable: AsyncIterable): Promise;