export declare function injectRSCPayload(rscStream: ReadableStream, { nonce }: {
    nonce: string;
}): TransformStream<any, any>;
