export declare function stream2string(stream?: ReadableStream | null, maxSize?: number): Promise; export declare function stream2uint8array(stream?: ReadableStream | null): Promise; //# sourceMappingURL=stream2string.d.ts.map