/** * The following code is modified based on * https://github.com/remix-run/remix/blob/2b5e1a72fc628d0408e27cf4d72e537762f1dc5b/packages/remix-react/data.ts * * MIT Licensed * Author Michael Jackson * Copyright 2021 Remix Software Inc. * https://github.com/remix-run/remix/blob/2b5e1a72fc628d0408e27cf4d72e537762f1dc5b/LICENSE.md */ import { DeferredData } from '@modern-js/runtime-utils/browser'; export declare function parseDeferredReadableStream(stream: ReadableStream): Promise;