interface IGcsClient Since 0.1.0 Minimal GCS client shape for structural injection. Methods bucket(_name?: string): unknown Since 0.1.0 optional isHealthy(): Promise<boolean> M70c: resolves when the bucket is reachable — the real adapter calls bucket.exists(). Optional so a minimal injected fake still type-checks.