import { type ReactNode } from 'react'; export declare function renderToStream(children: ReactNode): Promise;