export type SimpleReadable = { push(chunk: string | null): void; destroy(err: any): void; }; export type BootstrapScriptDescriptor = { src: string; integrity?: string; crossOrigin?: string; }; export type ErrorInfo = { digest?: string; componentStack?: string; }; //# sourceMappingURL=server-stream-dispatch.d.ts.map