export default function promiseIterator<T>(promise: any): AsyncIterableIterator<T>;
