declare module 'pull-awaitable' { function awaitable(pullStream: any): AsyncIterableIterator export = awaitable }