export declare function isPromise(value: any): value is Promise; export declare function streamAsyncIterator(stream: ReadableStream): AsyncGenerator;