/** * @license * Copyright 2025 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ export interface BrowserWorker { fetch: typeof fetch; }