GcsProvider.prototype.getStream(path: string): Promise<ReadableStream<Uint8Array> | null>
Native stream download — adapts GCS createReadStream() (Node Readable)
into a web ReadableStream via async iteration (no node: import needed).
Promise<ReadableStream<Uint8Array> | null>
A ReadableStream, or null if absent