/** * Convert Iterator into Promise, resolve with the last value from Iterator */ export declare function awaitIterator(generator: Iterator): Promise; //# sourceMappingURL=await-iterator.d.ts.map