export default function asyncIterator<T>(source: any): AsyncIterableIterator<T>;
